Increase symbol table space - it did not fit anymore.
This commit is contained in:
parent
89fe22c05c
commit
008754f2e6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.11 2002/12/22 13:50:36 wiz Exp $
|
||||
# $NetBSD: GENERIC,v 1.12 2003/02/21 08:55:37 martin 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.11 $"
|
||||
#ident "GENERIC-$Revision: 1.12 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -139,7 +139,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=200000 # reserve symbol space for DDB
|
||||
options SYMTAB_SPACE=220000 # 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
|
||||
|
Loading…
Reference in New Issue
Block a user