Module Name:    src
Committed By:   matt
Date:           Sat Sep 12 18:22:52 UTC 2009

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: ALCHEMY

Log Message:
Bump up SYMTAB_SPACE to 375000


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.8.1 src/sys/arch/evbmips/conf/ALCHEMY

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/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.20 src/sys/arch/evbmips/conf/ALCHEMY:1.20.8.1
--- src/sys/arch/evbmips/conf/ALCHEMY:1.20	Thu Jul 31 07:41:00 2008
+++ src/sys/arch/evbmips/conf/ALCHEMY	Sat Sep 12 18:22:52 2009
@@ -1,11 +1,11 @@
-#	$NetBSD: ALCHEMY,v 1.20 2008/07/31 07:41:00 simonb Exp $
+#	$NetBSD: ALCHEMY,v 1.20.8.1 2009/09/12 18:22:52 matt Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.alchemy"
 
-#ident 		"ALCHEMY-$Revision: 1.20 $"
+#ident 		"ALCHEMY-$Revision: 1.20.8.1 $"
 
 maxusers	32
 
@@ -48,7 +48,7 @@
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=340000	# size for embedded symbol table
+options 	SYMTAB_SPACE=375000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Reply via email to