From 008754f2e695658dcf685127d9ba4464fed16527 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 21 Feb 2003 08:55:37 +0000 Subject: [PATCH] Increase symbol table space - it did not fit anymore. --- sys/arch/shark/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/shark/conf/GENERIC b/sys/arch/shark/conf/GENERIC index 7ea182476b77..21925eaa005f 100644 --- a/sys/arch/shark/conf/GENERIC +++ b/sys/arch/shark/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.11 2002/12/22 13:50:36 wiz Exp $ +# $NetBSD: GENERIC,v 1.12 2003/02/21 08:55:37 martin 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.11 $" +#ident "GENERIC-$Revision: 1.12 $" # estimated number of users maxusers 32 @@ -139,7 +139,7 @@ options DIAGNOSTIC # internal consistency checks #options PMAP_DEBUG # Enable pmap_debug_level code #options IPKDB # remote kernel debugging options DDB # in-kernel debugger -options SYMTAB_SPACE=200000 # reserve symbol space for DDB +options SYMTAB_SPACE=220000 # 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