Module Name: src
Committed By: matt
Date: Mon Sep 17 15:47:47 UTC 2012
Modified Files:
src/sys/arch/evbmips/conf: MALTA
Log Message:
Bump SYMTAB_SPACE by 30K
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbmips/conf/MALTA
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.67 src/sys/arch/evbmips/conf/MALTA:1.68
--- src/sys/arch/evbmips/conf/MALTA:1.67 Mon Jul 30 19:31:06 2012
+++ src/sys/arch/evbmips/conf/MALTA Mon Sep 17 15:47:47 2012
@@ -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 USERCONF # userconf(4) support
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