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 Adjust default parameters
details: https://anonhg.NetBSD.org/src/rev/6c0eb71a8dfb
branches: trunk
changeset: 769591:6c0eb71a8dfb
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Sep 15 12:28:24 2011 +0000
description:
Adjust default parameters
diffstat:
sys/arch/usermode/conf/GENERIC | 6 +++---
sys/arch/usermode/conf/Makefile.usermode | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r 08d6727fa8fe -r 6c0eb71a8dfb sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC Thu Sep 15 12:26:51 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC Thu Sep 15 12:28:24 2011 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: GENERIC,v 1.16 2011/09/14 18:28:36 reinoud Exp $
+# $NetBSD: GENERIC,v 1.17 2011/09/15 12:28:24 reinoud Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.16 $"
+#ident "GENERIC-$Revision: 1.17 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
options TEXTADDR=0x60000000 # 1.5 Gb?
-options KVMSIZE =0x10000000
+options KVMSIZE=0x010000000
options RTC_OFFSET=0
options KTRACE
diff -r 08d6727fa8fe -r 6c0eb71a8dfb sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode Thu Sep 15 12:26:51 2011 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode Thu Sep 15 12:28:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.21 2011/09/14 18:28:36 reinoud Exp $
+# $NetBSD: Makefile.usermode,v 1.22 2011/09/15 12:28:24 reinoud Exp $
OPT_CPU_HOST= %CPU_HOST%
.if !empty(OPT_CPU_HOST)
@@ -76,8 +76,9 @@
##
## (5) link settings
##
-TEXTADDR?= 0x60000000
-KVMSIZE?= 0x10000000
+# XXX fixme: TEXTADDR is not imported yet??
+TEXTADDR?= 60000000
+#KVMSIZE?= 10000000
LINKFLAGS_NORMAL= -X
KERN_LDSCRIPT?= kern.ldscript
Home |
Main Index |
Thread Index |
Old Index