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 Less symbol table space.



details:   https://anonhg.NetBSD.org/src/rev/4f7308afecf7
branches:  trunk
changeset: 555037:4f7308afecf7
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Nov 07 17:36:49 2003 +0000

description:
Less symbol table space.

diffstat:

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

diffs (18 lines):

diff -r d93e8504793f -r 4f7308afecf7 sys/arch/pmppc/conf/PMPPC
--- a/sys/arch/pmppc/conf/PMPPC Fri Nov 07 17:17:00 2003 +0000
+++ b/sys/arch/pmppc/conf/PMPPC Fri Nov 07 17:36:49 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PMPPC,v 1.15 2003/04/10 22:07:03 christos Exp $
+#      $NetBSD: PMPPC,v 1.16 2003/11/07 17:36:49 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=400000     # size for embedded symbol table
+options        SYMTAB_SPACE=200000     # 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