Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 04:28:28 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39834 - head/en_US.ISO8859-1/books/faq
Message-ID:  <201210290428.q9T4SS6I076406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Oct 29 04:28:28 2012
New Revision: 39834
URL: http://svn.freebsd.org/changeset/doc/39834

Log:
  BIOS detecting an absurdly low amount of memory is no longer a concern.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Mon Oct 29 01:15:07 2012	(r39833)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Mon Oct 29 04:28:28 2012	(r39834)
@@ -3141,36 +3141,6 @@ quit</programlisting>
       </qandaentry>
 
       <qandaentry>
-	<question id="reallybigram">
-	  <para>Why does &os; only use 64&nbsp;MB of RAM when my system
-	    has 128&nbsp;MB of RAM installed?</para>
-	</question>
-
-	<answer>
-	  <para>Due to the manner in which &os; gets the memory size
-	    from the BIOS, it can only detect 16&nbsp;bits worth of
-	    Kbytes in size (65535&nbsp;Kbytes = 64&nbsp;MB) (or less...
-	    some BIOSes peg the memory size to 16&nbsp;MB).  If you have
-	    more than 64&nbsp;MB, &os; will attempt to detect it;
-	    however, the attempt may fail.</para>
-
-	  <para>To work around this problem, you need to use the kernel
-	    option specified below.  There is a way to get complete
-	    memory information from the BIOS, but we do not have room in
-	    the bootblocks to do it.  Someday when lack of room in the
-	    bootblocks is fixed, we will use the extended BIOS functions
-	    to get the full memory information... but for now we are
-	    stuck with the kernel option.</para>
-
-	  <programlisting>options MAXMEM=<replaceable>n</replaceable></programlisting>
-
-	  <para>Where <replaceable>n</replaceable> is your memory in
-	    Kilobytes.  For a 128&nbsp;MB machine, you would want to use
-	    <literal>131072</literal>.</para>
-	</answer>
-      </qandaentry>
-
-      <qandaentry>
 	<question id="kmem-map-too-small">
 	  <para>My system has more than 1&nbsp;GB of RAM, and I'm
 	    getting panics with <errorname>kmem_map too small</errorname>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210290428.q9T4SS6I076406>