From b8ea705460018ef4627a3e3e1a87d29e59e4f50d Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 26 Nov 2011 04:58:42 +0000 Subject: [PATCH] Bump (commented out) SYMTAB_SPACE. --- sys/arch/luna68k/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/luna68k/conf/GENERIC b/sys/arch/luna68k/conf/GENERIC index cdb136b1de92..9d033e45d11c 100644 --- a/sys/arch/luna68k/conf/GENERIC +++ b/sys/arch/luna68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.95 2011/11/22 21:25:23 tls Exp $ +# $NetBSD: GENERIC,v 1.96 2011/11/26 04:58:42 tsutsui Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.95 $" +#ident "GENERIC-$Revision: 1.96 $" maxusers 8 @@ -51,7 +51,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel # Debugging options options DDB #options DDB_HISTORY_SIZE=100 # enable history editing in DDB -#options SYMTAB_SPACE=72000 # place DDB symbols in data segment +#options SYMTAB_SPACE=448000 # place DDB symbols in data segment #options DEBUG # extra kernel debugging support #options DIAGNOSTIC # extra kernel sanity checking #options SCSIVERBOSE # Verbose SCSI errors