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 amount of memory needed to...
details: https://anonhg.NetBSD.org/src/rev/a88dd0671568
branches: trunk
changeset: 769616:a88dd0671568
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri Sep 16 11:05:42 2011 +0000
description:
Reduce the amount of memory needed to run by default
diffstat:
sys/arch/usermode/conf/GENERIC | 8 ++++----
sys/arch/usermode/conf/Makefile.usermode | 5 ++---
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r ccc141311956 -r a88dd0671568 sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC Fri Sep 16 10:23:01 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC Fri Sep 16 11:05:42 2011 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: GENERIC,v 1.17 2011/09/15 12:28:24 reinoud Exp $
+# $NetBSD: GENERIC,v 1.18 2011/09/16 11:05:42 reinoud Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.17 $"
+#ident "GENERIC-$Revision: 1.18 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
-options TEXTADDR=0x60000000 # 1.5 Gb?
-options KVMSIZE=0x010000000
+options TEXTADDR=0x10000000 # 1.5 Gb?
+options KVMSIZE=0x008000000
options RTC_OFFSET=0
options KTRACE
diff -r ccc141311956 -r a88dd0671568 sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode Fri Sep 16 10:23:01 2011 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode Fri Sep 16 11:05:42 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.22 2011/09/15 12:28:24 reinoud Exp $
+# $NetBSD: Makefile.usermode,v 1.23 2011/09/16 11:05:42 reinoud Exp $
OPT_CPU_HOST= %CPU_HOST%
.if !empty(OPT_CPU_HOST)
@@ -77,8 +77,7 @@
## (5) link settings
##
# XXX fixme: TEXTADDR is not imported yet??
-TEXTADDR?= 60000000
-#KVMSIZE?= 10000000
+TEXTADDR?= 0x10000000
LINKFLAGS_NORMAL= -X
KERN_LDSCRIPT?= kern.ldscript
Home |
Main Index |
Thread Index |
Old Index