diff options
author | gjb <gjb@FreeBSD.org> | 2015-07-23 18:11:52 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-07-23 18:11:52 +0000 |
commit | b55b825a16687e93885e5f3dd63d9897135fab0f (patch) | |
tree | eb416c28a3f708f1f48eeb4de105c74d91ae1ca1 /release | |
parent | e8cb2fb1daf72e4c9785d859a385547a5fa5359b (diff) | |
download | FreeBSD-src-b55b825a16687e93885e5f3dd63d9897135fab0f.zip FreeBSD-src-b55b825a16687e93885e5f3dd63d9897135fab0f.tar.gz |
Refine the PAE_TABLES entry based on feedback from kib
and jhb.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 4b926b2..c2df07f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -353,7 +353,16 @@ <para revision="282065" contrib="sponsor" sponsor="&ff;">The <literal>PAE_TABLES</literal> kernel configuration option has been added for &os;/&arch.i386;, which instructs &man.pmap.9; - to use <acronym>PAE</acronym> format for page tables.</para> + to use <acronym>PAE</acronym> format for page tables with + 32-bit physical addresses. Unlike the <literal>PAE</literal> + option, <literal>PAE_TABLES</literal> preserves kernel binary + interface (<acronym>KBI</acronym>) compatibility with + non-<literal>PAE</literal> kernels, allowing + non-<literal>PAE</literal> kernel modules and drivers to work + with a <literal>PAE_TABLES</literal>-enabled kernel. + Additionally, system limits are tuned for 4GB maximum + <acronym>RAM</acronym>, avoiding kernel virtual address space + (<acronym>KVA</acronym>) exhaustion.</para> <para revision="282826">The <literal>SIFTR</literal> kernel configuration has been added, allowing building &man.siftr.4; |