Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/conf add ksyms support
details: https://anonhg.NetBSD.org/src/rev/eeb73369f843
branches: trunk
changeset: 772281:eeb73369f843
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Dec 27 18:24:41 2011 +0000
description:
add ksyms support
diffstat:
sys/arch/usermode/conf/GENERIC.common | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r afb04954243f -r eeb73369f843 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common Tue Dec 27 17:13:10 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common Tue Dec 27 18:24:41 2011 +0000
@@ -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 pty
pseudo-device bpfilter
pseudo-device drvctl
+pseudo-device ksyms
# Pull in optional local configuration
cinclude "arch/usermode/conf/GENERIC.local"
Home |
Main Index |
Thread Index |
Old Index