patch-2.2.13 linux/Documentation/memory.txt

Next file: linux/Documentation/networking/README.sb1000
Previous file: linux/Documentation/isdn/README.hfc-pci
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.12/linux/Documentation/memory.txt linux/Documentation/memory.txt
@@ -54,3 +54,11 @@
 
 	* Try passing the "no-hlt" option to disable the potentially
           buggy HLT instruction in your CPU.
+
+	* Passing for example the "endbase=0x9F000" option to the kernel,
+	  you'll _force_ the kernel to not touch the memory between 0x9F000
+	  and 1Mbyte. As default the kernel reads the endbase limit from
+	  the BIOS. So you need to specify this option only if the BIOS
+	  does not provide the right information to the kernel (or if you
+	  don't have a BIOS at all :). You can discover the endbase value
+	  of your running kernel with this command `dmesg | grep endbase`.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)