summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-18 22:00:17 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-18 22:00:17 +0000
commit2f85642df6cb4ecee83a9838b048602bc3a79f64 (patch)
tree15380f5156554bbe62ed0bbf6150839386d0d66a /sys
parentee22260a440c99c7f84e51e6c7baabad641f9d9b (diff)
downloadFreeBSD-src-2f85642df6cb4ecee83a9838b048602bc3a79f64.zip
FreeBSD-src-2f85642df6cb4ecee83a9838b048602bc3a79f64.tar.gz
Added "options DDB", given the experimental nature of SMP...
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/SMP-GENERIC6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC
index e47c165..50204c9 100644
--- a/sys/i386/conf/SMP-GENERIC
+++ b/sys/i386/conf/SMP-GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: SMP-GENERIC,v 1.3 1997/05/11 19:01:24 andreas Exp $
+# $Id: SMP-GENERIC,v 1.4 1997/06/22 16:02:57 peter Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@@ -39,6 +39,10 @@ options APIC_IO # Symmetric (APIC) I/O
# SuperMicro P6DNxxx:
#options SMP_TIMER_NC # 8254 NOT connected to APIC
+# Lets always enable the kernel debugger for SMP.
+#
+options DDB
+
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
OpenPOWER on IntegriCloud