Module Name: src
Committed By: kiyohara
Date: Thu Dec 1 14:18:02 UTC 2011
Modified Files:
src/sys/arch/algor/conf: P6032
Log Message:
Increase SYMTAB_SPACE for evbmips.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P6032
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/P6032
diff -u src/sys/arch/algor/conf/P6032:1.61 src/sys/arch/algor/conf/P6032:1.62
--- src/sys/arch/algor/conf/P6032:1.61 Tue Nov 22 21:24:53 2011
+++ src/sys/arch/algor/conf/P6032 Thu Dec 1 14:18:02 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.61 2011/11/22 21:24:53 tls Exp $
+# $NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $
#
# Algorithmics P-6032 kernel.
#
@@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P6032-$Revision: 1.61 $"
+#ident "P6032-$Revision: 1.62 $"
maxusers 32
@@ -25,7 +25,7 @@ options DIAGNOSTIC # Cheap kernel cons
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=424000
+options SYMTAB_SPACE=425000
# File systems
file-system FFS # Fast file system