From 2a040d5aa53b9518b00cea2e230baeff4f08743f Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 9 Apr 2010 19:22:12 +0200 Subject: [PATCH] * doc/multiboot.texi (Memory map): Add a remark about type 1. --- ChangeLog | 4 ++++ doc/multiboot.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2