NetBSD/sys/arch/i386/conf/GENERIC.MPDEBUG
fvdl 26ab868e68 Merge Bill Sommerfeld's i386 MP branch. This code has some known
caveats, but works quite well in a lot of MP cases, and all
UP cases that I have tested. Parts of this will hopefully be
reworked in the not-too-distant future.
2002-10-01 12:56:36 +00:00

17 lines
349 B
Plaintext

# $NetBSD: GENERIC.MPDEBUG,v 1.2 2002/10/01 12:56:40 fvdl Exp $
#
# GENERIC.MPDEBUG -- Generic multiprocessor, plus enable all the DEBUG
# switches we can.
include "arch/i386/conf/GENERIC.MP"
makeoptions DEBUG="-g"
options DIAGNOSTIC # STRONGLY RECOMMENDED
options LOCKDEBUG
options MPDEBUG
options MPVERBOSE
options DEBUG
#options KVM86