Module Name: src
Committed By: kiyohara
Date: Fri Dec 16 15:59:57 UTC 2011
Modified Files:
src/sys/arch/evbmips/conf: MALTA
Log Message:
Increase SYMTAB_SPACE.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/sys/arch/evbmips/conf/MALTA:1.63
--- src/sys/arch/evbmips/conf/MALTA:1.62 Tue Nov 22 21:25:11 2011
+++ src/sys/arch/evbmips/conf/MALTA Fri Dec 16 15:59:57 2011
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.62 2011/11/22 21:25:11 tls Exp $
+# $NetBSD: MALTA,v 1.63 2011/12/16 15:59:57 kiyohara Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.62 $"
+#ident "MALTA-$Revision: 1.63 $"
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=430000 # size for embedded symbol table
+options SYMTAB_SPACE=435000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries