[Midnightbsd-cvs] src [12160] trunk/sys/amd64/conf/GENERIC: release config

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jan 21 10:14:26 EST 2019


Revision: 12160
          http://svnweb.midnightbsd.org/src/?rev=12160
Author:   laffer1
Date:     2019-01-21 10:14:25 -0500 (Mon, 21 Jan 2019)
Log Message:
-----------
release config

Modified Paths:
--------------
    trunk/sys/amd64/conf/GENERIC

Modified: trunk/sys/amd64/conf/GENERIC
===================================================================
--- trunk/sys/amd64/conf/GENERIC	2019-01-20 18:21:53 UTC (rev 12159)
+++ trunk/sys/amd64/conf/GENERIC	2019-01-21 15:14:25 UTC (rev 12160)
@@ -70,16 +70,7 @@
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-#options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
-options 	DDB			# Support DDB.
-options 	GDB			# Support remote GDB.
-options 	DEADLKRES		# Enable the deadlock resolver
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
-options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
+options 	KDB_TRACE		# Print a stack trace for a panic.
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel



More information about the Midnightbsd-cvs mailing list