]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/MASTER.i386
xnu-2050.48.11.tar.gz
[apple/xnu.git] / osfmk / conf / MASTER.i386
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 = [ medium intel pc iokit mach_pe mach mach_kdp config_serial_kdp event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 hibernation config_sleep crypto config_dtrace config_mca config_vmx config_mtrr config_lapic config_counters zleaks config_sched_traditional config_sched_proto config_sched_grrr config_sched_fixedpriority mach_pagemap vm_pressure_events config_sched_idle_in_place memorystatus ]
13 # DEBUG= [ RELEASE osf_debug debug mach_assert task_zone_info ]
14 # PROFILE = [ RELEASE profile ]
15 #
16 # EMBEDDED_BASE = [ bsmall intel pc iokit mach_pe mach mach_kdp config_serial_kdp event vol hd pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug fb mk30 mk30_i386 hibernation config_sleep crypto ]
17 # EMBEDDED = [ EMBEDDED_BASE no_printf_str no_kprintf_str no_kdebug ]
18 # DEVELOPMENT = [ EMBEDDED_BASE mach_assert config_dtrace config_counters task_zone_info ]
19 #
20 ######################################################################
21 #
22 machine "i386" # <intel>
23 cpu "i386" # <intel>
24
25 pseudo-device com 2
26 pseudo-device vc 1
27
28 # choices for platform_bus are pci at386 sqt and kkt
29 makeoptions OSFMK_MACHINE = "i386" # <mk30>
30 makeoptions CCONFIGFLAGS = "-g -O -fno-omit-frame-pointer" # <debug>
31 makeoptions CCONFIGFLAGS = "-O3" # <!debug>
32 makeoptions RELOC = "00100000" # <intel>
33 makeoptions SYMADDR = "00780000" # <intel>
34
35 options GDB # GNU kernel debugger # <gdb>
36 options DEBUG # general debugging code # <debug>
37 options SHOW_SPACE # print size of structures # <debug>
38 options EVENTMETER # event meter support # <debug>
39 options FP_EMUL # floating point emulation # <fp>
40 options PC_SUPPORT # virtual PC support # <pc>
41 options PROFILE # kernel profiling # <profile>
42 options UXPR # user-level XPR package # <uxpr>
43 config mach_kernel swap generic # <mach>
44
45 options GPROF # kgmon profiling # <profile>
46
47 options EVENT # <event>
48
49 options MACH_BSD
50 options IOKIT # # <iokit>
51 options MACH_PE # # <mach_pe>
52
53 options MACH_KDP # KDP # <mach_kdp>
54 options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp>
55 options PAE
56 options X86_64
57 options DISPATCH_COUNTS
58 options PAL_I386
59 options CONFIG_YONAH # 32-bit Yonah support # <config_yonah>
60
61 #
62 # Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and
63 # security/conf MASTER files.
64 #
65 options CONFIG_MACF # Mandatory Access Control Framework
66 #options CONFIG_MACF_MACH # MACF applied to Mach services
67 options CONFIG_AUDIT # Kernel auditing
68
69 #
70 # code decryption... used on i386 for DSMOS
71 # must be set in all the bsd/conf and osfmk/conf MASTER files
72 #
73 options CONFIG_CODE_DECRYPTION
74
75 options CONFIG_MCA # Machine Check Architecture # <config_mca>
76 options CONFIG_VMX # Virtual Machine Extensions # <config_vmx>
77 options CONFIG_MTRR # Memory Type Range Registers # <config_mtrr>
78
79 options NO_NESTED_PMAP # <no_nested_pmap>