Bump SYMTAB_SPACE

This commit is contained in:
christos 2012-01-29 00:50:59 +00:00
parent 93dec1b659
commit 03aa0179fc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.97 2011/12/18 05:49:32 dholland Exp $
# $NetBSD: GENERIC,v 1.98 2012/01/29 00:50:59 christos 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.97 $"
#ident "GENERIC-$Revision: 1.98 $"
# 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=440000 # reserve symbol space for DDB
options SYMTAB_SPACE=450000 # 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