From 46e29b02ed9f988a2f8778673a252cd541f920f9 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 27 Dec 1998 13:12:59 +0000 Subject: Add commented out SMP stuff in GENERIC, remove stale configs. --- sys/amd64/conf/GENERIC | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sys/amd64') 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 -- cgit v1.1