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.



details:   https://anonhg.NetBSD.org/src/rev/5731f8cc39a0
branches:  trunk
changeset: 766783:5731f8cc39a0
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Jul 01 22:28:07 2011 +0000

description:
Increase SYMTAB_SPACE.

diffstat:

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

diffs (27 lines):

diff -r f4ac27ca2b67 -r 5731f8cc39a0 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Fri Jul 01 22:23:19 2011 +0000
+++ b/sys/arch/algor/conf/P6032 Fri Jul 01 22:28:07 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.58 2011/06/30 20:09:17 wiz Exp $
+#      $NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.58 $"
+#ident                 "P6032-$Revision: 1.59 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=420000
+options        SYMTAB_SPACE=421000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index