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 by 30K



details:   https://anonhg.NetBSD.org/src/rev/f8451f8d306f
branches:  trunk
changeset: 781603:f8451f8d306f
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Sep 17 15:47:47 2012 +0000

description:
Bump SYMTAB_SPACE by 30K

diffstat:

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

diffs (25 lines):

diff -r 634a180252bd -r f8451f8d306f sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Mon Sep 17 15:37:33 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Sep 17 15:47:47 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.67 2012/07/30 19:31:06 pgoyette Exp $
+#      $NetBSD: MALTA,v 1.68 2012/09/17 15:47:47 matt Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.67 $"
+#ident                 "MALTA-$Revision: 1.68 $"
 
 maxusers       32
 
@@ -37,7 +37,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=445000     # size for embedded symbol table
+options        SYMTAB_SPACE=475000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index