From 677644de4be7847f52aef15713250ed5d66100a6 Mon Sep 17 00:00:00 2001 From: eeh Date: Mon, 18 Aug 2003 23:20:06 +0000 Subject: [PATCH] Increase the size for the symbol table so we don't overflow anymore. --- sys/arch/evbppc/conf/WALNUT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbppc/conf/WALNUT b/sys/arch/evbppc/conf/WALNUT index 341b274af846..fd7b807ee535 100644 --- a/sys/arch/evbppc/conf/WALNUT +++ b/sys/arch/evbppc/conf/WALNUT @@ -1,4 +1,4 @@ -# $NetBSD: WALNUT,v 1.3 2003/07/16 00:52:59 simonb Exp $ +# $NetBSD: WALNUT,v 1.4 2003/08/18 23:20:06 eeh Exp $ # # GENERIC -- everything that's currently supported # @@ -41,7 +41,7 @@ options USERCONF # userconf(4) 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=400000 # size for embedded symbol table makeoptions DEBUG="-g" # compile full symbol table