]> git.saurik.com Git - apple/xnu.git/blame - osfmk/conf/MASTER.ppc
xnu-344.49.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#
12# RELEASE = [ mach_bsd mach_kdp iokit mach_pe ppc mach ]
13# RELEASE_TRACE = [ RELEASE kdebug ]
14# DEBUG = [ RELEASE mach_kdb debug ]
15# DEBUG_TRACE = [ DEBUG kdebug ]
16# PROFILE = [ RELEASE ]
17#
18######################################################################
19#
20##############################################################################
21#
22# Statistics and timing options.
23#
24# STAT_TIME indicates that this machine uses a statistical timer for gathering
25# usage statistics, and has no higher resolution timer to measure actual
26# intervals.
27#
28options STAT_TIME
29#options MACH_MACHINE_ROUTINES
30
31#
32# MACH_PROF enables code for mach profiling.
33#
34options MACH_PROF # # <mach_prof>
35##############################################################################
36#
37# Debug
38#
39options DEBUG # # <debug>
40
41machine "ppc"
42cpu "ppc"
43pseudo-device cpus 2
44pseudo-device scc 1
45pseudo-device vc 1
46
47
48
49# Disabled by default, since mklinux does not need this
50# unless running multiserver - the atalk stack at time of
51# writing inserts a null filter!
52#options NET_FILTER_COMPILER
53
54# Turn on the serial console by uncommenting the this:
55#options SERIAL_CONSOLE_DEFAULT
56
57options MACH_KDP # # <mach_kdp>
58options MACH_KDB # # <mach_kdb>
59options MACH_BSD # # <mach_bsd>
60options IOKIT # # <iokit>
61options MACH_PE # # <mach_pe>
62
63# XXX for bringup, turns on mac disklabels,
64# and some other nice stuff for the diskshim
65options POWERMAC