Module Name: src
Committed By: tls
Date: Sun Apr 6 15:59:42 UTC 2014
Added Files:
src/sys/arch/amd64/conf [tls-earlyentropy]: RNDVERBOSE
Log Message:
RNDVERBOSE kernel for testing.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/amd64/conf/RNDVERBOSE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/amd64/conf/RNDVERBOSE
diff -u /dev/null src/sys/arch/amd64/conf/RNDVERBOSE:1.1.2.1
--- /dev/null Sun Apr 6 15:59:42 2014
+++ src/sys/arch/amd64/conf/RNDVERBOSE Sun Apr 6 15:59:42 2014
@@ -0,0 +1,24 @@
+# $NetBSD: RNDVERBOSE,v 1.1.2.1 2014/04/06 15:59:42 tls Exp $
+#
+# GENERIC machine description file
+#
+# This machine description file is used to generate the default NetBSD
+# kernel. The generic kernel does not include all options, subsystems
+# and device drivers, but should be useful for most applications.
+#
+# The machine description file can be customised for your specific
+# machine to reduce the kernel size and improve its performance.
+#
+# For further information on compiling NetBSD kernels, see the config(8)
+# man page.
+#
+# For further information on hardware support for this architecture, see
+# the intro(4) man page. For further information about kernel options
+# for this architecture, see the options(4) man page. For an explanation
+# of each device driver in this file see the section 4 man page for the
+# device.
+
+include "arch/amd64/conf/GENERIC"
+
+options DEBUG,LOCKDEBUG,RND_VERBOSE
+makeoptions DEBUG="-g"