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 (350000 -> 360000).



details:   https://anonhg.NetBSD.org/src/rev/d6c6c26fae7b
branches:  trunk
changeset: 758677:d6c6c26fae7b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 13 04:01:42 2010 +0000

description:
Bump symtab space (350000 -> 360000).

diffstat:

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

diffs (27 lines):

diff -r 88204eff343d -r d6c6c26fae7b sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sat Nov 13 04:00:18 2010 +0000
+++ b/sys/arch/algor/conf/P6032 Sat Nov 13 04:01:42 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.52 2010/04/16 13:48:28 pooka Exp $
+#      $NetBSD: P6032,v 1.53 2010/11/13 04:01:42 uebayasi Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.52 $"
+#ident                 "P6032-$Revision: 1.53 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=350000
+options        SYMTAB_SPACE=360000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index