summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-05-10 17:40:53 +0000
committerfsmp <fsmp@FreeBSD.org>1997-05-10 17:40:53 +0000
commit16da77dbdf173da0c01fdfafc35da94917cbc599 (patch)
tree3901e7e0eb4c635ff479657a2d0336da22b0577a /sys/conf/NOTES
parentef73892b1acfc074fbfd815642d36a0659a87649 (diff)
downloadFreeBSD-src-16da77dbdf173da0c01fdfafc35da94917cbc599.zip
FreeBSD-src-16da77dbdf173da0c01fdfafc35da94917cbc599.tar.gz
Documented SMP_AUTOSTART to be working.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 71df363..15e19f1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.334 1997/05/10 09:23:55 jmg Exp $
+# $Id: LINT,v 1.335 1997/05/10 11:16:22 jhay Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -91,6 +91,9 @@ config kernel root on wd0 dumps on wd0
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
+# Useful:
+options SMP_AUTOSTART # start the additional CPUs during boot
+
# Optional, these are the defaults:
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
@@ -98,7 +101,6 @@ options APIC_IO # Symmetric (APIC) I/O
#options NINTR=24 # number of INTs
# Currently unusable:
-#options SMP_AUTOSTART # BROKEN: bug or race somewhere
#options SMP_PRIVPAGES # BROKEN: architecture problem
#
OpenPOWER on IntegriCloud