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 for evbmips.



details:   https://anonhg.NetBSD.org/src/rev/1d79b6d9a89b
branches:  trunk
changeset: 771723:1d79b6d9a89b
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Dec 01 14:18:02 2011 +0000

description:
Increase SYMTAB_SPACE for evbmips.

diffstat:

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

diffs (27 lines):

diff -r a4e3bbb88a47 -r 1d79b6d9a89b sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Thu Dec 01 09:16:28 2011 +0000
+++ b/sys/arch/algor/conf/P6032 Thu Dec 01 14:18:02 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.61 2011/11/22 21:24:53 tls Exp $
+#      $NetBSD: P6032,v 1.62 2011/12/01 14:18:02 kiyohara Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.61 $"
+#ident                 "P6032-$Revision: 1.62 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=424000
+options        SYMTAB_SPACE=425000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index