]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* doc/multiboot.texi (Memory map): Add a remark about type 1.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 17:22:12 +0000 (19:22 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 17:22:12 +0000 (19:22 +0200)
ChangeLog
doc/multiboot.texi

index 984d76da90f145b8b7b1bbe738856dd77b8e5124..cebabffac4a509d3a3149010b4a823f20690d24c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-09  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * doc/multiboot.texi (Memory map): Add a remark about type 1.
+
 2010-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * doc/multiboot.texi (Terminology): Add a remark that "kernel" may not
index 8e0da84b53ec0cfbce9331b8116ff6c760c00dc3..2bf27b28ea1c8d976074eb6a46fd56371c2f669f 100644 (file)
@@ -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