Bump SYMTAB_SPACE so that it fits again.
This commit is contained in:
parent
f27ffb061f
commit
e0ce1262e3
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.59 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.60 2007/05/27 11:47:11 he Exp $
|
||||
|
||||
include "arch/sbmips/conf/std.sbmips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.59 $"
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
|
||||
#options LOCKDEBUG # XXX XXX XXX XXX
|
||||
#options DEBUG # extra kernel debugging support
|
||||
|
@ -36,7 +36,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|||
options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=210000 # size for embedded symbol table
|
||||
options SYMTAB_SPACE=280000 # size for embedded symbol table
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
|
|
Loading…
Reference in New Issue