diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-07-18 22:00:17 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-07-18 22:00:17 +0000 |
| commit | def1d1fe388c71d69044e753b1038b4eca589f9f (patch) | |
| tree | 3c4abaa166fc9f73f5b19625f4f6cb8e4cd0b611 /sys | |
| parent | d2ecb616f26ec16ba797127de53cf850217cbc11 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/conf/SMP-GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC index e47c165b7ba5..50204c916501 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 |
