Module Name: src
Committed By: reinoud
Date: Fri Sep 16 16:29:48 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC
Log Message:
Reduce the size of the memory base of the testmachine even more!
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/usermode/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/conf/GENERIC
diff -u src/sys/arch/usermode/conf/GENERIC:1.18 src/sys/arch/usermode/conf/GENERIC:1.19
--- src/sys/arch/usermode/conf/GENERIC:1.18 Fri Sep 16 11:05:42 2011
+++ src/sys/arch/usermode/conf/GENERIC Fri Sep 16 16:29:47 2011
@@ -1,15 +1,15 @@
-# $NetBSD: GENERIC,v 1.18 2011/09/16 11:05:42 reinoud Exp $
+# $NetBSD: GENERIC,v 1.19 2011/09/16 16:29:47 reinoud Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.18 $"
+#ident "GENERIC-$Revision: 1.19 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
-options TEXTADDR=0x10000000 # 1.5 Gb?
-options KVMSIZE=0x008000000
+options TEXTADDR=0x0f000000 # 1.5 Gb?
+options KVMSIZE=0x003000000
options RTC_OFFSET=0
options KTRACE