From: okuji Date: Sun, 25 Dec 2005 19:31:31 +0000 (+0000) Subject: Add an additional comment for GRUB_MEMORY_MACHINE_RESERVED_START and GRUB_MEMORY_MACH... X-Git-Tag: 1.98~2014 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713092ae8a3b41512d75318c29bc95cf39359721;p=thirdparty%2Fgrub.git Add an additional comment for GRUB_MEMORY_MACHINE_RESERVED_START and GRUB_MEMORY_MACHINE_RESERVED_END. --- 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 \