Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/algor/conf Increase SYMTAB_SPACE, again. Why it sh...



details:   https://anonhg.NetBSD.org/src/rev/1646be7f99ad
branches:  trunk
changeset: 767137:1646be7f99ad
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sat Jul 09 17:13:32 2011 +0000

description:
Increase SYMTAB_SPACE, again.  Why it should be necessary over and over,
I do not know.

diffstat:

 sys/arch/algor/conf/P4032 |  6 +++---
 sys/arch/algor/conf/P5064 |  6 +++---
 sys/arch/algor/conf/P6032 |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 6dcaa01ea61d -r 1646be7f99ad sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Sat Jul 09 16:59:40 2011 +0000
+++ b/sys/arch/algor/conf/P4032 Sat Jul 09 17:13:32 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P4032,v 1.57 2011/06/30 20:09:17 wiz Exp $
+#      $NetBSD: P4032,v 1.58 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P4032-$Revision: 1.57 $"
+#ident                 "P4032-$Revision: 1.58 $"
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=400000
+options        SYMTAB_SPACE=402000
 
 # File systems
 file-system    FFS             # Fast file system
diff -r 6dcaa01ea61d -r 1646be7f99ad sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sat Jul 09 16:59:40 2011 +0000
+++ b/sys/arch/algor/conf/P5064 Sat Jul 09 17:13:32 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.66 2011/07/01 22:10:31 dyoung Exp $
+#      $NetBSD: P5064,v 1.67 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.66 $"
+#ident                 "P5064-$Revision: 1.67 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=462000
+options        SYMTAB_SPACE=464000
 
 # File systems
 file-system    FFS             # Fast file system
diff -r 6dcaa01ea61d -r 1646be7f99ad sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sat Jul 09 16:59:40 2011 +0000
+++ b/sys/arch/algor/conf/P6032 Sat Jul 09 17:13:32 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
+#      $NetBSD: P6032,v 1.60 2011/07/09 17:13:32 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.59 $"
+#ident                 "P6032-$Revision: 1.60 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=421000
+options        SYMTAB_SPACE=424000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index