diff --git a/include/grub/i386/pc/memory.h b/include/grub/i386/pc/memory.h index f832ad8d0..2e6abbb0b 100644 --- a/include/grub/i386/pc/memory.h +++ b/include/grub/i386/pc/memory.h @@ -37,7 +37,8 @@ (GRUB_MEMORY_MACHINE_SCRATCH_ADDR + GRUB_MEMORY_MACHINE_SCRATCH_SIZE \ + 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 \ GRUB_MEMORY_MACHINE_SCRATCH_ADDR #define GRUB_MEMORY_MACHINE_RESERVED_END \