Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmppc/conf Use more symbol table space in generic k...



details:   https://anonhg.NetBSD.org/src/rev/8b3cdfe5d578
branches:  trunk
changeset: 558179:8b3cdfe5d578
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Jan 30 14:25:36 2004 +0000

description:
Use more symbol table space in generic kernel.

diffstat:

 sys/arch/pmppc/conf/PMPPC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc77965adb0c -r 8b3cdfe5d578 sys/arch/pmppc/conf/PMPPC
--- a/sys/arch/pmppc/conf/PMPPC Fri Jan 30 12:01:27 2004 +0000
+++ b/sys/arch/pmppc/conf/PMPPC Fri Jan 30 14:25:36 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PMPPC,v 1.16 2003/11/07 17:36:49 augustss Exp $
+#      $NetBSD: PMPPC,v 1.17 2004/01/30 14:25:36 augustss Exp $
 #
 #      PMPPC
 #
@@ -35,7 +35,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       TRAP_PANICWAIT
-options        SYMTAB_SPACE=200000     # size for embedded symbol table
+options        SYMTAB_SPACE=450000     # size for embedded symbol table
 
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600



Home | Main Index | Thread Index | Old Index