From: Vladimir 'phcoder' Serbinenko Date: Fri, 9 Apr 2010 17:22:12 +0000 (+0200) Subject: * doc/multiboot.texi (Memory map): Add a remark about type 1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a040d5aa53b9518b00cea2e230baeff4f08743f;p=thirdparty%2Fgrub.git * doc/multiboot.texi (Memory map): Add a remark about type 1. --- diff --git a/ChangeLog b/ChangeLog index 984d76da9..cebabffac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-09 Vladimir Serbinenko + + * doc/multiboot.texi (Memory map): Add a remark about type 1. + 2010-04-03 Vladimir Serbinenko * doc/multiboot.texi (Terminology): Add a remark that "kernel" may not diff --git a/doc/multiboot.texi b/doc/multiboot.texi index 8e0da84b5..2bf27b28e 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -906,7 +906,7 @@ indicated a reserved area. @samp{reserved} is set to @samp{0} by bootloader and must be ignored by the OS image. The map provided is guaranteed to list all standard @sc{ram} that should -be available for normal use. +be available for normal use. This type however includes the regions occupied by kernel, mbi, segments and modules. Kernel must take care not to overwrite these regions. @subsection Boot loader name @example