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 Bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/6b2aa472dcee
branches:  trunk
changeset: 773157:6b2aa472dcee
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 29 00:50:59 2012 +0000

description:
Bump SYMTAB_SPACE

diffstat:

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

diffs (27 lines):

diff -r b8852baaaa37 -r 6b2aa472dcee sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC       Sat Jan 28 23:55:36 2012 +0000
+++ b/sys/arch/shark/conf/GENERIC       Sun Jan 29 00:50:59 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.97 2011/12/18 05:49:32 dholland Exp $
+#      $NetBSD: GENERIC,v 1.98 2012/01/29 00:50:59 christos Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.97 $"
+#ident         "GENERIC-$Revision: 1.98 $"
 
 # estimated number of users
 maxusers       32
@@ -161,7 +161,7 @@
 options        DIAGNOSTIC      # internal consistency checks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 options        DDB             # in-kernel debugger
-options        SYMTAB_SPACE=440000     # reserve symbol space for DDB
+options        SYMTAB_SPACE=450000     # 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