Module Name: src
Committed By: matt
Date: Sat Sep 12 16:49:05 UTC 2009
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: MALTA
Log Message:
bump SYMTAB_SPACE
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.8.1 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.48 src/sys/arch/evbmips/conf/MALTA:1.48.8.1
--- src/sys/arch/evbmips/conf/MALTA:1.48 Thu Jul 31 07:41:00 2008
+++ src/sys/arch/evbmips/conf/MALTA Sat Sep 12 16:49:05 2009
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.48 2008/07/31 07:41:00 simonb Exp $
+# $NetBSD: MALTA,v 1.48.8.1 2009/09/12 16:49:05 matt Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.48 $"
+#ident "MALTA-$Revision: 1.48.8.1 $"
maxusers 32
@@ -32,13 +32,14 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
options DEBUG # extra kernel debugging support
+#options SYSCALL_DEBUG # symbolic syscall names
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
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=175000 # size for embedded symbol table
+options SYMTAB_SPACE=375000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries