diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-02-09 14:15:56 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-02-09 14:15:56 +0000 |
commit | 870f517ed92c9239507657fd9f776b98a53caa7a (patch) | |
tree | 0f664a6ae44d5b84cd08b9d5228e95ef52e0a6cb /sys/pc98 | |
parent | 147fa51f5ff2bc52633278cc3c7bc865977ac835 (diff) | |
download | src-test2-870f517ed92c9239507657fd9f776b98a53caa7a.tar.gz src-test2-870f517ed92c9239507657fd9f776b98a53caa7a.zip |
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index bdf04c2448cc..cd49214171e7 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -67,20 +67,8 @@ options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework options INCLUDE_CONFIG_FILE # Include this file in kernel - -# Debugging support. Always need this: -options KDB # Enable kernel debugger support. -# For minimum debugger support (stable branch) use: -#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 # Kernel debugger related code +options KDB_TRACE # Print a stack trace for a panic # To make an SMP kernel, the next two lines are needed #options SMP # Symmetric MultiProcessor Kernel |