blob: a224d8c93e2fca72713bc0f29e94820dd7b6822d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: GENERIC.MP,v 1.19 2021/03/05 01:31:43 thorpej Exp $
#
# GENERIC machine description file
#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
#
# The machine description file can be customised for your specific
# machine to reduce the kernel size and improve its performance.
#
# For further information on compiling NetBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/ofppc/conf/GENERIC"
# SMP options
options MULTIPROCESSOR
options IPI_OPENPIC
options PMAP_NEED_FULL_MAPKERNEL
no mvgbec* at gt?
no mvgbe0 at mvgbec?
|