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 # Master Apple MacOS X configuration file
10 # (see the master machine independent
11 # configuration file for a description of the file format).
13 ######################################################################
15 # NeXT (PSEUDO-)DEVICES (select any combination)
16 # ex = Excelan EXOS 202 Ethernet interface
17 # ip = Interphase V/SMD 3200 disk controller
18 # od = Canon OMD-1 Optical Disk
21 # sg = Generic SCSI Device
24 # en = Integrated Ethernet controller
25 # dsp = DSP560001 digital signal processor
26 # iplmeas = ipl time measurement
27 # nextp = NeXT Laser Printer
29 # vol = removable volume support device
30 # venip = virtual Ethernet/IP network interface
33 # MULTIPROCESSOR SUPPORT (select exactly one)
34 # multi = support 4 processors
35 # uni = supports single processor
37 # SPECIAL CHARACTERISTICS (select any combination)
38 # gdb = GNU kernel debugger
39 # posix_kern = POSIX support
41 # CPU TYPE (select exactly one)
44 ######################################################################
46 # Standard Apple MacOS X Configurations:
47 # -------- ---- -------- ---------------
49 # osfmk = [intel pc mach small event vol pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug mk30 mk30_i386]
50 # RELEASE = [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386]
51 # DEBUG_KDP = [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 osf_debug debug]
52 # DEBUG= [intel pc iokit mach_pe mach mach_kdp small event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 osf_debug debug]
54 ######################################################################
56 machine "i386" # <intel>
61 # choices for platform_bus are pci at386 sqt and kkt
62 makeoptions OSFMK_MACHINE = "i386" # <mk30>
63 makeoptions CCONFIGFLAGS = "-g -O -fno-omit-frame-pointer" # <debug>
64 makeoptions CCONFIGFLAGS = "-O3" # <!debug>
65 makeoptions RELOC = "00100000" # <intel>
66 makeoptions SYMADDR = "00780000" # <intel>
68 options GDB # GNU kernel debugger # <gdb>
69 options DEBUG # general debugging code # <debug>
70 options SHOW_SPACE # print size of structures # <debug>
71 options EVENTMETER # event meter support # <debug>
72 options FP_EMUL # floating point emulation # <fp>
73 options PC_SUPPORT # virtual PC support # <pc>
74 options UXPR # user-level XPR package # <uxpr>
75 options STAT_TIME # time stats
76 config mach_kernel swap generic # <mach>
78 options EVENT # <event>
81 options IOKIT # # <iokit>
82 options MACH_PE # # <mach_pe>
84 #options DDB # Inline debugger # <debug>
85 options MACH_KDP # KDP # <mach_kdp>