Increase SYMTAB_SPACE to 410000
This commit is contained in:
parent
09534a159a
commit
1661cfe5d2
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OPENBLOCKS266,v 1.34 2006/08/26 20:26:44 christos Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.35 2006/09/01 12:39:36 matt Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "OPENBLOCKS266-$Revision: 1.34 $"
|
||||
#ident "OPENBLOCKS266-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -52,7 +52,7 @@ options DEBUG # expensive debugging checks/support
|
||||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
||||
options TRAP_PANICWAIT
|
||||
options SYMTAB_SPACE=300000 # size for embedded symbol table
|
||||
options SYMTAB_SPACE=410000 # size for embedded symbol table
|
||||
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user