Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/conf Set the relevant options to build a ker...
details: https://anonhg.NetBSD.org/src/rev/12fafd332937
branches: trunk
changeset: 822656:12fafd332937
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Mar 30 17:40:09 2017 +0000
description:
Set the relevant options to build a kernel with the necessary components to
support DTrace on the Jornada 710/720 devices.
- Modular
- Built with DTrace hooks and full symbol table
diffstat:
sys/arch/hpcarm/conf/JORNADA720 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 6157b1b5d00f -r 12fafd332937 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720 Thu Mar 30 17:17:41 2017 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720 Thu Mar 30 17:40:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA720,v 1.98 2017/03/22 22:37:41 sevan Exp $
+# $NetBSD: JORNADA720,v 1.99 2017/03/30 17:40:09 sevan Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.98 $"
+#ident "GENERIC-$Revision: 1.99 $"
# estimated number of users
maxusers 32
@@ -115,9 +115,11 @@
#options DIAGNOSTIC # internal consistency checks
#options DEBUG # expensive debugging checks/support
#options PMAP_DEBUG # Enable pmap_debug_level code
+options KDTRACE_HOOKS # kernel DTrace hooks
+options MODULAR # DTrace is a module (load via modules.conf)
options DDB # in-kernel debugger
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
-#makeoptions DEBUG="-g" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
config netbsd root on ? type ?
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
Home |
Main Index |
Thread Index |
Old Index