]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add an additional comment for GRUB_MEMORY_MACHINE_RESERVED_START and GRUB_MEMORY_MACH...
authorokuji <okuji@localhost>
Sun, 25 Dec 2005 19:31:31 +0000 (19:31 +0000)
committerokuji <okuji@localhost>
Sun, 25 Dec 2005 19:31:31 +0000 (19:31 +0000)
include/grub/i386/pc/memory.h

index f832ad8d0e6a37538a4597fb67dff0c699565812..2e6abbb0b11f36602f5bc1ce03ab2ec47aca6ccc 100644 (file)
@@ -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       \