# # 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: # -------- ---- -------- --------------- # # osfmk = [intel pc mach small event vol pst gdb fixpri simple_clock mkernserv uxpr kernstack ipc_compat ipc_debug mk30 mk30_i386] # 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] # 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] # 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 mach_kdb] # PROFILE = [ RELEASE profile ] # ###################################################################### # machine "i386" # cpu "i386" # pseudo-device com 2 pseudo-device vc 1 # choices for platform_bus are pci at386 sqt and kkt makeoptions OSFMK_MACHINE = "i386" # 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 DDB # Inline debugger # options MACH_KDB # # options MACH_KDP # KDP # options PAE options X86_64