Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Increase SYMTAB_SPACE.
details: https://anonhg.NetBSD.org/src/rev/05d07855f328
branches: trunk
changeset: 766781:05d07855f328
user: dyoung <dyoung%NetBSD.org@localhost>
date: Fri Jul 01 22:10:31 2011 +0000
description:
Increase SYMTAB_SPACE.
diffstat:
sys/arch/algor/conf/P5064 | 6 +++---
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
sys/arch/evbmips/conf/XLSATX | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (76 lines):
diff -r 7e11fd2dfb71 -r 05d07855f328 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Fri Jul 01 22:08:22 2011 +0000
+++ b/sys/arch/algor/conf/P5064 Fri Jul 01 22:10:31 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.65 2011/06/30 20:09:17 wiz Exp $
+# $NetBSD: P5064,v 1.66 2011/07/01 22:10:31 dyoung Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.65 $"
+#ident "P5064-$Revision: 1.66 $"
maxusers 32
@@ -25,7 +25,7 @@
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=461000
+options SYMTAB_SPACE=462000
# File systems
file-system FFS # Fast file system
diff -r 7e11fd2dfb71 -r 05d07855f328 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Fri Jul 01 22:08:22 2011 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Fri Jul 01 22:10:31 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.35 2011/06/30 20:09:29 wiz Exp $
+# $NetBSD: ALCHEMY,v 1.36 2011/07/01 22:10:31 dyoung 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.35 $"
+#ident "ALCHEMY-$Revision: 1.36 $"
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=480000 # size for embedded symbol table
+options SYMTAB_SPACE=481000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries
diff -r 7e11fd2dfb71 -r 05d07855f328 sys/arch/evbmips/conf/XLSATX
--- a/sys/arch/evbmips/conf/XLSATX Fri Jul 01 22:08:22 2011 +0000
+++ b/sys/arch/evbmips/conf/XLSATX Fri Jul 01 22:10:31 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: XLSATX,v 1.5 2011/06/30 20:09:29 wiz Exp $
+# $NetBSD: XLSATX,v 1.6 2011/07/01 22:10:31 dyoung Exp $
include "arch/evbmips/conf/std.rmixl"
-#ident "XLSATX-$Revision: 1.5 $"
+#ident "XLSATX-$Revision: 1.6 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -41,7 +41,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=500000 # size for embedded symbol table
+options SYMTAB_SPACE=503000 # size for embedded symbol table
#options DDB_COMMANDONENTER="trace;show registers"
options DB_MAX_LINE=-1
Home |
Main Index |
Thread Index |
Old Index