Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Increase SYMTAB_SPACE (commented out).



details:   https://anonhg.NetBSD.org/src/rev/3544d0963928
branches:  trunk
changeset: 773570:3544d0963928
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 06 17:51:05 2012 +0000

description:
Increase SYMTAB_SPACE (commented out).
Add commented out VERBOSE_INIT_ARM and FCOM_INIT_ARM

diffstat:

 sys/arch/cats/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e166e657fd1f -r 3544d0963928 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Mon Feb 06 17:47:26 2012 +0000
+++ b/sys/arch/cats/conf/GENERIC        Mon Feb 06 17:51:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.137 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: GENERIC,v 1.138 2012/02/06 17:51:05 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -47,6 +47,8 @@
 # For StrongARM systems
 options        CPU_SA110       # Support the SA110 core
 makeoptions    CPUFLAGS="-march=armv4 -mtune=strongarm"
+#options       VERBOSE_INIT_ARM
+#options       FCOM_INIT_ARM   # early console attach
 
 # FPA options
 
@@ -193,7 +195,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-#options               SYMTAB_SPACE=500000
+#options       SYMTAB_SPACE=900000
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index