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 Bump SYMTAB_SPACE so that it fits again.



details:   https://anonhg.NetBSD.org/src/rev/e1c97e3ae113
branches:  trunk
changeset: 761242:e1c97e3ae113
user:      he <he%NetBSD.org@localhost>
date:      Fri Jan 21 22:37:11 2011 +0000

description:
Bump SYMTAB_SPACE so that it fits again.

diffstat:

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

diffs (27 lines):

diff -r 3870d19b1680 -r e1c97e3ae113 sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Fri Jan 21 22:32:13 2011 +0000
+++ b/sys/arch/algor/conf/P4032 Fri Jan 21 22:37:11 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P4032,v 1.54 2010/11/23 11:13:53 hannken Exp $
+#      $NetBSD: P4032,v 1.55 2011/01/21 22:37:11 he Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P4032-$Revision: 1.54 $"
+#ident                 "P4032-$Revision: 1.55 $"
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=340000
+options        SYMTAB_SPACE=350000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index