Bump SYMTAB_SPACE so that it fits again.
This commit is contained in:
parent
1018410576
commit
9aea7f8bb4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PMPPC,v 1.37 2006/03/28 20:58:41 pavel Exp $
|
||||
# $NetBSD: PMPPC,v 1.38 2006/05/09 19:01:39 he Exp $
|
||||
#
|
||||
# PMPPC
|
||||
#
|
||||
|
@ -36,7 +36,7 @@ options DIAGNOSTIC # cheap kernel consistency checks
|
|||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
||||
#options TRAP_PANICWAIT
|
||||
options SYMTAB_SPACE=450000 # size for embedded symbol table
|
||||
options SYMTAB_SPACE=500000 # size for embedded symbol table
|
||||
|
||||
#options KGDB # remote debugger
|
||||
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600
|
||||
|
|
Loading…
Reference in New Issue