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 space reserved for symbol space...
details: https://anonhg.NetBSD.org/src/rev/f6f61c6e974c
branches: trunk
changeset: 569584:f6f61c6e974c
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed Aug 25 12:24:48 2004 +0000
description:
Increase space reserved for symbol space. As of the kernel i build it
needed at least a 255344 bytes while 242000 was reserved. Bumped it a few
kb higher to reduce symbol table fill too soon again.
diffstat:
sys/arch/shark/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 810a8ec649db -r f6f61c6e974c sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Wed Aug 25 11:56:50 2004 +0000
+++ b/sys/arch/shark/conf/GENERIC Wed Aug 25 12:24:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.32 2004/07/15 03:53:51 atatat Exp $
+# $NetBSD: GENERIC,v 1.33 2004/08/25 12:24:48 reinoud Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.32 $"
+#ident "GENERIC-$Revision: 1.33 $"
# estimated number of users
maxusers 32
@@ -158,7 +158,7 @@
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
options DDB # in-kernel debugger
-options SYMTAB_SPACE=242000 # reserve symbol space for DDB
+options SYMTAB_SPACE=258000 # 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