GENERIC config file + MULTIPROCESSOR + some debugging stuff.
This commit is contained in:
parent
0a7091ab0f
commit
3ea9247ac8
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: GENERIC.MP,v 1.1 1998/09/25 00:46:09 thorpej Exp $
|
||||
#
|
||||
# Generic Alpha kernel with multiprocessor support.
|
||||
|
||||
include "arch/alpha/conf/GENERIC"
|
||||
|
||||
options MULTIPROCESSOR # include multiprocessor support
|
||||
|
||||
options DDB # not stable yet; include DDB
|
||||
makeoptions DEBUG="-g" # ...and full symbols
|
Loading…
Reference in New Issue