Module Name: src
Committed By: jmcneill
Date: Tue Dec 27 18:24:41 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC.common
Log Message:
add ksyms support
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/conf/GENERIC.common
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/usermode/conf/GENERIC.common
diff -u src/sys/arch/usermode/conf/GENERIC.common:1.5 src/sys/arch/usermode/conf/GENERIC.common:1.6
--- src/sys/arch/usermode/conf/GENERIC.common:1.5 Tue Dec 27 11:48:01 2011
+++ src/sys/arch/usermode/conf/GENERIC.common Tue Dec 27 18:24:41 2011
@@ -1,13 +1,15 @@
-# $NetBSD: GENERIC.common,v 1.5 2011/12/27 11:48:01 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.6 2011/12/27 18:24:41 jmcneill Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
+options SYMTAB_SPACE=300000
+
options RTC_OFFSET=0
options KTRACE
#options USERCONF
@@ -62,6 +64,7 @@ pseudo-device loop
pseudo-device pty
pseudo-device bpfilter
pseudo-device drvctl
+pseudo-device ksyms
# Pull in optional local configuration
cinclude "arch/usermode/conf/GENERIC.local"