diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2010-10-25 07:58:37 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2010-10-25 07:58:37 +0000 |
| commit | d50fbfed84d37b1e3758a9a6d5b978b75b050edd (patch) | |
| tree | c62ad401728a8941474bc543afaa31e7b9a59da7 /sys/pc98/conf | |
| parent | 62de46c374511b9b9631f3ecdca6b558156b5b0b (diff) | |
Notes
Diffstat (limited to 'sys/pc98/conf')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index bc15cf35de9a..80051e7600fe 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -77,6 +77,9 @@ options AUDIT # Security event auditing options MAC # TrustedBSD MAC Framework options INCLUDE_CONFIG_FILE # Include this file in kernel +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 #device apic # I/O APIC |
