Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/evbmips/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/b2578775212c
branches:  netbsd-6
changeset: 774608:b2578775212c
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Sep 17 18:40:12 2012 +0000

description:
Pull up following revision(s) (requested by cyber in ticket #564):
        sys/arch/evbmips/conf/MALTA: revision 1.68
Bump SYMTAB_SPACE by 30K

diffstat:

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

diffs (25 lines):

diff -r 9bd828f771a0 -r b2578775212c sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Fri Sep 14 01:57:58 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Mon Sep 17 18:40:12 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.65 2012/02/09 18:58:14 matt Exp $
+#      $NetBSD: MALTA,v 1.65.2.1 2012/09/17 18:40:12 riz Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.65 $"
+#ident                 "MALTA-$Revision: 1.65.2.1 $"
 
 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