Module Name: src
Committed By: dyoung
Date: Sun Jul 17 23:39:47 UTC 2011
Modified Files:
src/sys/arch/algor/conf: P4032 P5064
Log Message:
Increase SYMTAB_SPACE. How do we automate this?
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/algor/conf/P5064
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.58 src/sys/arch/algor/conf/P4032:1.59
--- src/sys/arch/algor/conf/P4032:1.58 Sat Jul 9 17:13:32 2011
+++ src/sys/arch/algor/conf/P4032 Sun Jul 17 23:39:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.58 2011/07/09 17:13:32 dyoung Exp $
+# $NetBSD: P4032,v 1.59 2011/07/17 23:39:46 dyoung Exp $
#
# Algorithmics P-4032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P4032-$Revision: 1.58 $"
+#ident "P4032-$Revision: 1.59 $"
maxusers 32
@@ -30,7 +30,7 @@
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=402000
+options SYMTAB_SPACE=404000
# File systems
file-system FFS # Fast file system
Index: src/sys/arch/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.67 src/sys/arch/algor/conf/P5064:1.68
--- src/sys/arch/algor/conf/P5064:1.67 Sat Jul 9 17:13:32 2011
+++ src/sys/arch/algor/conf/P5064 Sun Jul 17 23:39:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.67 2011/07/09 17:13:32 dyoung Exp $
+# $NetBSD: P5064,v 1.68 2011/07/17 23:39:46 dyoung Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.67 $"
+#ident "P5064-$Revision: 1.68 $"
maxusers 32
@@ -25,7 +25,7 @@
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=464000
+options SYMTAB_SPACE=465000
# File systems
file-system FFS # Fast file system