]> git.saurik.com Git - apple/xnu.git/blame - osfmk/conf/MASTER.ppc
xnu-1228.tar.gz
[apple/xnu.git] / osfmk / conf / MASTER.ppc
CommitLineData
1c79356b
A
1#
2# Mach Operating System
3# Copyright (c) 1986 Carnegie-Mellon University
4# All rights reserved. The CMU software License Agreement
5# specifies the terms and conditions for use and redistribution.
6#
7######################################################################
8#
9# Standard Apple MacOS X Configurations:
10# -------- ---- -------- ---------------
11#
2d21ac55
A
12# RELEASE = [ medium mach_bsd mach_kdp iokit mach_pe ppc mach hibernation crypto config_dtrace ]
13# DEVELOPMENT = [ RELEASE ]
1c79356b 14# RELEASE_TRACE = [ RELEASE kdebug ]
2d21ac55 15# DEBUG = [ RELEASE mach_kdb debug mach_assert ]
1c79356b 16# DEBUG_TRACE = [ DEBUG kdebug ]
55e303ae 17# PROFILE = [ RELEASE profile ]
1c79356b
A
18#
19######################################################################
20#
21##############################################################################
1c79356b
A
22#
23# MACH_PROF enables code for mach profiling.
24#
25options MACH_PROF # # <mach_prof>
26##############################################################################
27#
28# Debug
29#
30options DEBUG # # <debug>
31
55e303ae
A
32options PROFILE # kernel profiling # <profile>
33
1c79356b
A
34machine "ppc"
35cpu "ppc"
1c79356b
A
36pseudo-device scc 1
37pseudo-device vc 1
38
91447636 39options MACHINE_TIMER_ROUTINES
1c79356b
A
40
41# Disabled by default, since mklinux does not need this
42# unless running multiserver - the atalk stack at time of
43# writing inserts a null filter!
44#options NET_FILTER_COMPILER
45
46# Turn on the serial console by uncommenting the this:
47#options SERIAL_CONSOLE_DEFAULT
48
49options MACH_KDP # # <mach_kdp>
50options MACH_KDB # # <mach_kdb>
51options MACH_BSD # # <mach_bsd>
52options IOKIT # # <iokit>
53options MACH_PE # # <mach_pe>
54
55# XXX for bringup, turns on mac disklabels,
56# and some other nice stuff for the diskshim
57options POWERMAC
2d21ac55
A
58
59options DISPATCH_COUNTS
60
61options CONFIG_MACF # Mandatory Access Control Framework
62#options CONFIG_MACF_MACH # MACF applied to Mach services