bump symtab_space

This commit is contained in:
matt 2012-08-01 22:28:10 +00:00
parent 143ca138fb
commit c901e54902

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.101 2012/06/05 08:44:15 abs Exp $
# $NetBSD: GENERIC,v 1.102 2012/08/01 22:28:10 matt Exp $
#
# Generic Shark configuration.
#
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.101 $"
#ident "GENERIC-$Revision: 1.102 $"
# estimated number of users
maxusers 32
@ -161,7 +161,7 @@ options MODULAR # new style module(7) framework
options DIAGNOSTIC # internal consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
options DDB # in-kernel debugger
options SYMTAB_SPACE=450000 # reserve symbol space for DDB
options SYMTAB_SPACE=600000 # reserve symbol space for DDB
# (needed because we boot netbsd.aout)
#options DDB_ONPANIC=0 # don't run DDB at panictime
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB