Module Name: src
Committed By: kiyohara
Date: Thu Dec 15 16:06:18 UTC 2011
Modified Files:
src/sys/arch/algor/conf: P4032 P6032
Log Message:
SYMTAB_SPACE.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.62 -r1.63 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/P4032
diff -u src/sys/arch/algor/conf/P4032:1.61 src/sys/arch/algor/conf/P4032:1.62
--- src/sys/arch/algor/conf/P4032:1.61 Wed Nov 30 14:34:11 2011
+++ src/sys/arch/algor/conf/P4032 Thu Dec 15 16:06:18 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $
+# $NetBSD: P4032,v 1.62 2011/12/15 16:06:18 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.61 $"
+#ident "P4032-$Revision: 1.62 $"
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=405000
+options SYMTAB_SPACE=425000
# File systems
file-system FFS # Fast file system
Index: src/sys/arch/algor/conf/P6032
diff -u src/sys/arch/algor/conf/P6032:1.62 src/sys/arch/algor/conf/P6032:1.63
--- src/sys/arch/algor/conf/P6032:1.62 Thu Dec 1 14:18:02 2011
+++ src/sys/arch/algor/conf/P6032 Thu Dec 15 16:06:18 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $
+# $NetBSD: P6032,v 1.63 2011/12/15 16:06:18 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.62 $"
+#ident "P6032-$Revision: 1.63 $"
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=425000
+options SYMTAB_SPACE=450000
# File systems
file-system FFS # Fast file system