]> git.saurik.com Git - apple/xnu.git/blame - osfmk/conf/MASTER.i386
xnu-517.tar.gz
[apple/xnu.git] / osfmk / conf / MASTER.i386
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#
1c79356b
A
9# Standard Apple MacOS X Configurations:
10# -------- ---- -------- ---------------
11#
9bccf70c
A
12# osfmk = [intel pc mach small event vol pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug mk30 mk30_i386]
13# 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]
14# 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]
15# 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]
55e303ae 16# PROFILE = [ RELEASE profile ]
1c79356b
A
17#
18######################################################################
19#
20machine "i386" # <intel>
21cpu "i386" # <intel>
22
55e303ae
A
23pseudo-device cpus 4
24pseudo-device com 2
25pseudo-device vc 1
1c79356b
A
26
27# choices for platform_bus are pci at386 sqt and kkt
28makeoptions OSFMK_MACHINE = "i386" # <mk30>
29makeoptions CCONFIGFLAGS = "-g -O -fno-omit-frame-pointer" # <debug>
30makeoptions CCONFIGFLAGS = "-O3" # <!debug>
31makeoptions RELOC = "00100000" # <intel>
32makeoptions SYMADDR = "00780000" # <intel>
33
34options GDB # GNU kernel debugger # <gdb>
35options DEBUG # general debugging code # <debug>
36options SHOW_SPACE # print size of structures # <debug>
37options EVENTMETER # event meter support # <debug>
38options FP_EMUL # floating point emulation # <fp>
39options PC_SUPPORT # virtual PC support # <pc>
55e303ae 40options PROFILE # kernel profiling # <profile>
1c79356b
A
41options UXPR # user-level XPR package # <uxpr>
42options STAT_TIME # time stats
43config mach_kernel swap generic # <mach>
44
55e303ae
A
45options GPROF # kgmon profiling # <profile>
46
1c79356b
A
47options EVENT # <event>
48
49options MACH_BSD
50options IOKIT # # <iokit>
51options MACH_PE # # <mach_pe>
52
53#options DDB # Inline debugger # <debug>
54options MACH_KDP # KDP # <mach_kdp>
55