Module Name:    src
Committed By:   matt
Date:           Wed Jun 22 17:52:58 UTC 2011

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

Log Message:
bump up SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.55
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.54	Fri Jun 17 21:18:57 2011
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266	Wed Jun 22 17:52:57 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266,v 1.54 2011/06/17 21:18:57 matt Exp $
+#	$NetBSD: OPENBLOCKS266,v 1.55 2011/06/22 17:52:57 matt 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.54 $"
+#ident 		"OPENBLOCKS266-$Revision: 1.55 $"
 
 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=660000	# size for embedded symbol table
+options 	SYMTAB_SPACE=666000	# size for embedded symbol table
 
 makeoptions	DEBUG="-g"		# compile full symbol table
 

Reply via email to