Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Reduce the size of the memory base of...



details:   https://anonhg.NetBSD.org/src/rev/ba895fb52f4f
branches:  trunk
changeset: 769638:ba895fb52f4f
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Sep 16 16:29:47 2011 +0000

description:
Reduce the size of the memory base of the testmachine even more!

diffstat:

 sys/arch/usermode/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 173a4d2e0fb4 -r ba895fb52f4f sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Fri Sep 16 16:29:12 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Fri Sep 16 16:29:47 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index