svn commit: r39841 - translations/nl_NL.ISO8859-1/books/faq
Rene Ladan
rene at FreeBSD.org
Mon Oct 29 23:29:52 UTC 2012
Author: rene
Date: Mon Oct 29 23:29:52 2012
New Revision: 39841
URL: http://svn.freebsd.org/changeset/doc/39841
Log:
Merge changes up to revision 39834
Modified:
translations/nl_NL.ISO8859-1/books/faq/book.xml
Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml
==============================================================================
--- translations/nl_NL.ISO8859-1/books/faq/book.xml Mon Oct 29 23:08:22 2012 (r39840)
+++ translations/nl_NL.ISO8859-1/books/faq/book.xml Mon Oct 29 23:29:52 2012 (r39841)
@@ -6,7 +6,7 @@
$FreeBSD$
%SOURCE% en_US.ISO8859-1/books/faq/book.xml
- %SRCID% 39763
+ %SRCID% 39834
-->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
@@ -3250,36 +3250,6 @@ quit</programlisting>
</qandaentry>
<qandaentry>
- <question id="reallybigram">
- <para>Why does &os; only use 64 MB of RAM when my system
- has 128 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 bits worth of
- Kbytes in size (65535 Kbytes = 64 MB) (or less...
- some BIOSes peg the memory size to 16 MB). If you have
- more than 64 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 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 GB of RAM, and I'm
getting panics with <errorname>kmem_map too small</errorname>
@@ -4287,9 +4257,7 @@ kern.timecounter.hardware: TSC -> i82
can be installed and uninstalled again easily without having
to know the gory details of which files it includes.</para>
- <para>Use the <guimenuitem>Packages</guimenuitem> package
- installation menu in &man.sysinstall.8; (under the
- <guimenuitem>Configure</guimenuitem> menu item) or invoke
+ <para>Invoke
the &man.pkg.add.1; command on the specific package files
you are interested in installing. Package files can usually
be identified by their <filename>.tbz</filename> suffix and
@@ -6065,10 +6033,6 @@ perm /dev/acd0 0660</programlisti
<para>Why can I not get user quotas to work properly?</para>
</question>
-<!-- XXX This may be the worst answer in the entire
- document.
--->
-
<answer>
<orderedlist>
<listitem>
More information about the svn-doc-all
mailing list