diff --git a/sys/arch/shark/conf/GENERIC b/sys/arch/shark/conf/GENERIC index e6d82ff324f4..8ec9544fa1d2 100644 --- a/sys/arch/shark/conf/GENERIC +++ b/sys/arch/shark/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.97 2011/12/18 05:49:32 dholland Exp $ +# $NetBSD: GENERIC,v 1.98 2012/01/29 00:50:59 christos Exp $ # # Generic Shark configuration. # @@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.97 $" +#ident "GENERIC-$Revision: 1.98 $" # estimated number of users maxusers 32 @@ -161,7 +161,7 @@ options MODULAR # new style module(7) framework options DIAGNOSTIC # internal consistency checks #options PMAP_DEBUG # Enable pmap_debug_level code options DDB # in-kernel debugger -options SYMTAB_SPACE=440000 # reserve symbol space for DDB +options SYMTAB_SPACE=450000 # reserve symbol space for DDB # (needed because we boot netbsd.aout) #options DDB_ONPANIC=0 # don't run DDB at panictime #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB