Bump SYMTAB_SPACE so that the contents fits again.
This commit is contained in:
parent
d583f4a1ec
commit
1d168d71bb
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.35 2007/03/14 12:27:24 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2007/05/07 18:51:45 he Exp $
|
||||
#
|
||||
# GENERIC -- Generic kernel
|
||||
#
|
||||
|
@ -147,7 +147,7 @@ options PERFCTRS # performance counters
|
|||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=280000
|
||||
options SYMTAB_SPACE=290000
|
||||
|
||||
##options PMAP_INCLUDE_PTE_SYNC
|
||||
##options LOCKDEBUG
|
||||
|
|
Loading…
Reference in New Issue