Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf bump up SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/d2f3f20728ed
branches:  trunk
changeset: 766437:d2f3f20728ed
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 22 17:52:57 2011 +0000

description:
bump up SYMTAB_SPACE

diffstat:

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

diffs (27 lines):

diff -r a04c9ce6c988 -r d2f3f20728ed sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Wed Jun 22 16:18:54 2011 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Wed Jun 22 17:52:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS266,v 1.54 2011/06/17 21:18:57 matt Exp $
+#      $NetBSD: OPENBLOCKS266,v 1.55 2011/06/22 17:52:57 matt Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "OPENBLOCKS266-$Revision: 1.54 $"
+#ident                 "OPENBLOCKS266-$Revision: 1.55 $"
 
 maxusers       32
 
@@ -44,7 +44,7 @@
 options        DDB                     # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=660000     # size for embedded symbol table
+options        SYMTAB_SPACE=666000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"              # compile full symbol table
 



Home | Main Index | Thread Index | Old Index