Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Bump SYMTAB_SPACE.
details: https://anonhg.NetBSD.org/src/rev/81e3521acbfc
branches: trunk
changeset: 781128:81e3521acbfc
user: riz <riz%NetBSD.org@localhost>
date: Tue Aug 21 03:18:39 2012 +0000
description:
Bump SYMTAB_SPACE.
diffstat:
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 73af39bfe8e5 -r 81e3521acbfc sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Tue Aug 21 01:17:46 2012 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Tue Aug 21 03:18:39 2012 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.43 2012/07/30 19:31:06 pgoyette Exp $
+# $NetBSD: ALCHEMY,v 1.44 2012/08/21 03:18:39 riz Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.43 $"
+#ident "ALCHEMY-$Revision: 1.44 $"
maxusers 32
@@ -45,7 +45,7 @@
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=485000 # size for embedded symbol table
+options SYMTAB_SPACE=495000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries
Home |
Main Index |
Thread Index |
Old Index