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.
7 ######################################################################
9 # Standard Apple MacOS X Configurations:
10 # -------- ---- -------- ---------------
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 profile ]
18 ######################################################################
20 ##############################################################################
22 # MACH_PROF enables code for mach profiling.
24 options MACH_PROF # # <mach_prof>
25 ##############################################################################
29 options DEBUG # # <debug>
31 options PROFILE # kernel profiling # <profile>
38 options MACHINE_TIMER_ROUTINES
40 # Disabled by default, since mklinux does not need this
41 # unless running multiserver - the atalk stack at time of
42 # writing inserts a null filter!
43 #options NET_FILTER_COMPILER
45 # Turn on the serial console by uncommenting the this:
46 #options SERIAL_CONSOLE_DEFAULT
48 options MACH_KDP # # <mach_kdp>
49 options MACH_KDB # # <mach_kdb>
50 options MACH_BSD # # <mach_bsd>
51 options IOKIT # # <iokit>
52 options MACH_PE # # <mach_pe>
54 # XXX for bringup, turns on mac disklabels,
55 # and some other nice stuff for the diskshim