Sync with GENERIC.MP (in particular add MPBIOS). Noted by Adam C. Migus
This commit is contained in:
parent
19871d69f2
commit
115bd31b73
|
@ -1,17 +1,21 @@
|
|||
# $NetBSD: INSTALL.MP,v 1.2 2002/10/01 12:56:43 fvdl Exp $
|
||||
# $NetBSD: INSTALL.MP,v 1.3 2003/11/21 09:29:11 abs Exp $
|
||||
#
|
||||
# INSTALL.MP -- Install, plus enable Multiprocessor support.
|
||||
# Mostly to let people test-boot MP systems.
|
||||
#
|
||||
|
||||
include "arch/i386/conf/INSTALL"
|
||||
|
||||
options MULTIPROCESSOR
|
||||
options MULTIPROCESSOR
|
||||
options COM_MPLOCK # com MP locking; REQUIRED on MP i386
|
||||
|
||||
options APM_NO_IDLE
|
||||
options DIAGNOSTIC # STRONGLY RECOMMENDED
|
||||
options LOCKDEBUG
|
||||
options MPDEBUG
|
||||
options MPVERBOSE
|
||||
options DEBUG
|
||||
options DEBUG
|
||||
options MPBIOS # configure CPUs and APICs using MPBIOS
|
||||
#options MPACPI # configure CPUs and APICs using ACPI
|
||||
# (acpi at mainbus must also be enabled)
|
||||
|
||||
ioapic* at mainbus? apid ?
|
||||
|
|
Loading…
Reference in New Issue