Up symtab space.

This commit is contained in:
matt 2004-04-10 07:41:06 +00:00
parent 4a82b086a3
commit 1b0d774789
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.24 2004/03/13 18:51:43 matt Exp $
# $NetBSD: GENERIC,v 1.25 2004/04/10 07:41:06 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.24 $"
#ident "GENERIC-$Revision: 1.25 $"
# estimated number of users
maxusers 32
@ -142,7 +142,7 @@ options DIAGNOSTIC # internal consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
options DDB # in-kernel debugger
options SYMTAB_SPACE=230000 # reserve symbol space for DDB
options SYMTAB_SPACE=242000 # 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