From 713092ae8a3b41512d75318c29bc95cf39359721 Mon Sep 17 00:00:00 2001 From: okuji Date: Sun, 25 Dec 2005 19:31:31 +0000 Subject: [PATCH] Add an additional comment for GRUB_MEMORY_MACHINE_RESERVED_START and GRUB_MEMORY_MACHINE_RESERVED_END. --- include/grub/i386/pc/memory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \