Module Name:    src
Committed By:   dyoung
Date:           Wed May 25 22:46:12 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: OPENBLOCKS266

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbppc/conf/OPENBLOCKS266

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/evbppc/conf/OPENBLOCKS266
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.52 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.53
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.52	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266	Wed May 25 22:46:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266,v 1.52 2011/03/06 17:08:23 bouyer Exp $
+#	$NetBSD: OPENBLOCKS266,v 1.53 2011/05/25 22:46:12 dyoung Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"OPENBLOCKS266-$Revision: 1.52 $"
+#ident 		"OPENBLOCKS266-$Revision: 1.53 $"
 
 maxusers	32
 
@@ -44,7 +44,7 @@
 options 	DDB			# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	TRAP_PANICWAIT
-options 	SYMTAB_SPACE=410000	# size for embedded symbol table
+options 	SYMTAB_SPACE=657000	# size for embedded symbol table
 
 makeoptions	DEBUG="-g"		# compile full symbol table
 

Reply via email to