Use more symbol table space in generic kernel.

This commit is contained in:
augustss 2004-01-30 14:25:36 +00:00
parent 6f979c2127
commit 8bc2d678bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.16 2003/11/07 17:36:49 augustss Exp $
# $NetBSD: PMPPC,v 1.17 2004/01/30 14:25:36 augustss Exp $
#
# PMPPC
#
@ -35,7 +35,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=200000 # size for embedded symbol table
options SYMTAB_SPACE=450000 # size for embedded symbol table
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600