Reduce the amount of memory needed to run by default

This commit is contained in:
reinoud 2011-09-16 11:05:42 +00:00
parent 86a4d8f318
commit 568419374b
2 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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 @@ MD_CFILES+= ${USERMODE}/usermode/thunk_sdl.c
## (5) link settings
##
# XXX fixme: TEXTADDR is not imported yet??
TEXTADDR?= 60000000
#KVMSIZE?= 10000000
TEXTADDR?= 0x10000000
LINKFLAGS_NORMAL= -X
KERN_LDSCRIPT?= kern.ldscript