Module Name:    src
Committed By:   matt
Date:           Fri Dec 27 22:13:32 UTC 2013

Modified Files:
        src/sys/arch/shark/conf: GENERIC

Log Message:
Bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/shark/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/shark/conf/GENERIC
diff -u src/sys/arch/shark/conf/GENERIC:1.112 src/sys/arch/shark/conf/GENERIC:1.113
--- src/sys/arch/shark/conf/GENERIC:1.112	Tue Aug 27 03:41:59 2013
+++ src/sys/arch/shark/conf/GENERIC	Fri Dec 27 22:13:32 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.112 2013/08/27 03:41:59 matt Exp $
+#	$NetBSD: GENERIC,v 1.113 2013/12/27 22:13:32 matt 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.112 $"
+#ident		"GENERIC-$Revision: 1.113 $"
 
 # estimated number of users
 maxusers	32
@@ -153,7 +153,7 @@ options 	MODULAR		# new style module(7) 
 options 	DIAGNOSTIC	# internal consistency checks
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 options 	DDB		# in-kernel debugger
-options 	SYMTAB_SPACE=620000 	# reserve symbol space for DDB
+options 	SYMTAB_SPACE=690000 	# 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

Reply via email to