Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/conf Increase symbol table space - it did not...



details:   https://anonhg.NetBSD.org/src/rev/714c302c5a6b
branches:  trunk
changeset: 543268:714c302c5a6b
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 21 08:55:37 2003 +0000

description:
Increase symbol table space - it did not fit anymore.

diffstat:

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

diffs (27 lines):

diff -r abe6ad5493cb -r 714c302c5a6b sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC       Fri Feb 21 07:23:43 2003 +0000
+++ b/sys/arch/shark/conf/GENERIC       Fri Feb 21 08:55:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.11 2002/12/22 13:50:36 wiz Exp $
+#      $NetBSD: GENERIC,v 1.12 2003/02/21 08:55:37 martin Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.11 $"
+#ident         "GENERIC-$Revision: 1.12 $"
 
 # estimated number of users
 maxusers       32
@@ -139,7 +139,7 @@
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 options        DDB             # in-kernel debugger
-options                SYMTAB_SPACE=200000     # reserve symbol space for DDB
+options                SYMTAB_SPACE=220000     # reserve symbol space for DDB
                                # (needed because we boot netbsd.aout)
 #options       DDB_ONPANIC=0   # don't run DDB at panictime
 #options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB



Home | Main Index | Thread Index | Old Index