summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 13:12:59 +0000
committerphk <phk@FreeBSD.org>1998-12-27 13:12:59 +0000
commit46e29b02ed9f988a2f8778673a252cd541f920f9 (patch)
treedbbe2e7f9de02773543a0d877d7776d12ffa45d6 /sys/amd64
parenta20df1525176cfcc049d8282308a210b2ffe1095 (diff)
downloadFreeBSD-src-46e29b02ed9f988a2f8778673a252cd541f920f9.zip
FreeBSD-src-46e29b02ed9f988a2f8778673a252cd541f920f9.tar.gz
Add commented out SMP stuff in GENERIC, remove stale configs.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 7519449..b0a077b 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/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: GENERIC,v 1.136 1998/12/27 12:52:45 phk Exp $
+# $Id: GENERIC,v 1.137 1998/12/27 13:06:40 phk Exp $
machine "i386"
cpu "I386_CPU"
@@ -42,6 +42,15 @@ options VISUAL_USERCONFIG #visual boot -c editor
config kernel root on wd0
+# To make an SMP kernel, the next two are needed
+#options SMP # Symmetric MultiProcessor Kernel
+#options APIC_IO # Symmetric (APIC) I/O
+# Optionally these may need tweaked, (defaults shown):
+#options NCPU=2 # number of CPUs
+#options NBUS=4 # number of busses
+#options NAPIC=1 # number of IO APICs
+#options NINTR=24 # number of INTs
+
controller isa0
controller eisa0
controller pci0
OpenPOWER on IntegriCloud