Add an additional comment for GRUB_MEMORY_MACHINE_RESERVED_START and GRUB_MEMORY_MACHINE_RESERVED_END.
This commit is contained in:
parent
ae8c027758
commit
713092ae8a
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
(GRUB_MEMORY_MACHINE_SCRATCH_ADDR + GRUB_MEMORY_MACHINE_SCRATCH_SIZE \
|
(GRUB_MEMORY_MACHINE_SCRATCH_ADDR + GRUB_MEMORY_MACHINE_SCRATCH_SIZE \
|
||||||
+ GRUB_MEMORY_MACHINE_PROT_STACK_SIZE - 0x10)
|
+ GRUB_MEMORY_MACHINE_PROT_STACK_SIZE - 0x10)
|
||||||
|
|
||||||
/* The memory area where GRUB uses its own purpose. */
|
/* The memory area where GRUB uses its own purpose. This part is not added
|
||||||
|
into free memory for dynamic allocations. */
|
||||||
#define GRUB_MEMORY_MACHINE_RESERVED_START \
|
#define GRUB_MEMORY_MACHINE_RESERVED_START \
|
||||||
GRUB_MEMORY_MACHINE_SCRATCH_ADDR
|
GRUB_MEMORY_MACHINE_SCRATCH_ADDR
|
||||||
#define GRUB_MEMORY_MACHINE_RESERVED_END \
|
#define GRUB_MEMORY_MACHINE_RESERVED_END \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue