Module Name:    src
Committed By:   he
Date:           Tue Aug 30 06:49:00 UTC 2011

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

Log Message:
Bump SYMTAB_SPACE so that it fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/iyonix/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/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.64 src/sys/arch/iyonix/conf/GENERIC:1.65
--- src/sys/arch/iyonix/conf/GENERIC:1.64	Sat Jul 23 21:12:58 2011
+++ src/sys/arch/iyonix/conf/GENERIC	Tue Aug 30 06:49:00 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.64 2011/07/23 21:12:58 jakllsch Exp $
+#	$NetBSD: GENERIC,v 1.65 2011/08/30 06:49:00 he Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.64 $"
+#ident 		"GENERIC-$Revision: 1.65 $"
 
 maxusers	32		# estimated number of users
 
@@ -87,7 +87,7 @@
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=580000
+options 	SYMTAB_SPACE=590000
 options 	PERFCTRS	# performance counters
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages

Reply via email to