Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf add a normal kernel that builds with PAE ...



details:   https://anonhg.NetBSD.org/src/rev/9585676b1b61
branches:  trunk
changeset: 344408:9585676b1b61
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 27 05:14:14 2016 +0000

description:
add a normal kernel that builds with PAE enabled.  this is not yet
hooked into the normal build, but this is a working configuration
and on my 16GB test system, works fine.

diffstat:

 sys/arch/i386/conf/GENERIC_PAE |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r f0da0c1bab36 -r 9585676b1b61 sys/arch/i386/conf/GENERIC_PAE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/GENERIC_PAE    Sun Mar 27 05:14:14 2016 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: GENERIC_PAE,v 1.1 2016/03/27 05:14:14 mrg Exp $
+
+include "arch/i386/conf/GENERIC"
+
+options        PAE             # PAE mode (36 bits physical addressing)



Home | Main Index | Thread Index | Old Index