Module Name:    src
Committed By:   kiyohara
Date:           Wed Nov 30 14:34:11 UTC 2011

Modified Files:
        src/sys/arch/algor/conf: P4032

Log Message:
Increase SYMTAB_SPACE for evbmips.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/algor/conf/P4032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.60 src/sys/arch/algor/conf/P4032:1.61
--- src/sys/arch/algor/conf/P4032:1.60	Tue Nov 22 21:24:52 2011
+++ src/sys/arch/algor/conf/P4032	Wed Nov 30 14:34:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.60 2011/11/22 21:24:52 tls Exp $
+#	$NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@ include	"arch/algor/conf/std.algor"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P4032-$Revision: 1.60 $"
+#ident 		"P4032-$Revision: 1.61 $"
 
 maxusers 32
 
@@ -30,7 +30,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=404000
+options 	SYMTAB_SPACE=405000
 
 # File systems
 file-system	FFS		# Fast file system

Reply via email to