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/63a25653c445
branches:  trunk
changeset: 752208:63a25653c445
user:      he <he%NetBSD.org@localhost>
date:      Fri Feb 19 15:25:28 2010 +0000

description:
Bump SYMTAB_SPACE so that it fits again.

diffstat:

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

diffs (27 lines):

diff -r bf9d235ad377 -r 63a25653c445 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Fri Feb 19 15:10:02 2010 +0000
+++ b/sys/arch/algor/conf/P5064 Fri Feb 19 15:25:28 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.57 2009/03/06 20:31:46 joerg Exp $
+#      $NetBSD: P5064,v 1.58 2010/02/19 15:25:28 he Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.57 $"
+#ident                 "P5064-$Revision: 1.58 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=390000
+options        SYMTAB_SPACE=400000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index