# # Mach Operating System # Copyright (c) 1986 Carnegie-Mellon University # All rights reserved. The CMU software License Agreement # specifies the terms and conditions for use and redistribution. # ###################################################################### # # Standard Apple MacOS X Configurations: # -------- ---- -------- --------------- # # 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_counters ] # DEBUG= [ RELEASE osf_debug debug mach_assert ] # PROFILE = [ RELEASE profile ] # # # 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 ] # EMBEDDED = [ EMBEDDED_BASE no_printf_str no_kprintf_str no_kdebug ] # DEVELOPMENT = [ EMBEDDED_BASE mach_assert config_counters ] # ###################################################################### # machine "x86_64" # cpu "x86_64" # pseudo-device com 2 pseudo-device vc 1 # choices for platform_bus are pci at386 sqt and kkt makeoptions OSFMK_MACHINE = "x86_64" # makeoptions CCONFIGFLAGS = "-g -O -fno-omit-frame-pointer" # makeoptions CCONFIGFLAGS = "-O3" # makeoptions RELOC = "00100000" # makeoptions SYMADDR = "00780000" # options GDB # GNU kernel debugger # options DEBUG # general debugging code # options SHOW_SPACE # print size of structures # options EVENTMETER # event meter support # options FP_EMUL # floating point emulation # options PC_SUPPORT # virtual PC support # options PROFILE # kernel profiling # options UXPR # user-level XPR package # config mach_kernel swap generic # options GPROF # kgmon profiling # options EVENT # options MACH_BSD options IOKIT # # options MACH_PE # # options MACH_KDP # KDP # options CONFIG_SERIAL_KDP # KDP over serial # options PAE options X86_64 options DISPATCH_COUNTS # # Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and # security/conf MASTER files. # options CONFIG_MACF # Mandatory Access Control Framework #options CONFIG_MACF_MACH # MACF applied to Mach services options CONFIG_AUDIT # Kernel auditing # # code decryption... used on i386 for DSMOS # must be set in all the bsd/conf and osfmk/conf MASTER files # options CONFIG_CODE_DECRYPTION options CONFIG_MCA # Machine Check Architecture # options CONFIG_VMX # Virtual Machine Extensions # options NO_NESTED_PMAP # options CONFIG_NO_NESTED_PMAP # options CONFIG_NESTED_PMAP #