Module Name: src
Committed By: mrg
Date: Sun Mar 27 05:14:14 UTC 2016
Added Files:
src/sys/arch/i386/conf: GENERIC_PAE
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/conf/GENERIC_PAE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/i386/conf/GENERIC_PAE
diff -u /dev/null src/sys/arch/i386/conf/GENERIC_PAE:1.1
--- /dev/null Sun Mar 27 05:14:14 2016
+++ src/sys/arch/i386/conf/GENERIC_PAE Sun Mar 27 05:14:14 2016
@@ -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)