X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..39236c6e673c41db228275375ab7fdb0f837b292:/libsa/conf/MASTER diff --git a/libsa/conf/MASTER b/libsa/conf/MASTER index a8ce6d996..5f90761b8 100644 --- a/libsa/conf/MASTER +++ b/libsa/conf/MASTER @@ -51,21 +51,27 @@ # ident LIBSA -options KDEBUG # kernel tracing # +options KDEBUG # kernel tracing # +options IST_KDEBUG # limited tracing # +options NO_KDEBUG # no kernel tracing # + options GPROF # kernel profiling # options CONFIG_NOLIBKLD # kernel linker # -makeoptions LIBKLD_PATH = "/usr/local/lib/libkld.a" # -makeoptions LIBKLD = " " # -makeoptions LIBKLD = "${LIBKLD_PATH}" # options MALLOC_RESET_GC # -options MALLOC_KLD_VM_ALLOCATE # -# Use mach_vm_* calls for libsa kernel code, since we redefine vm_* for libkld -options vm_allocate = mach_vm_allocate # -options vm_deallocate = mach_vm_deallocate # options CONFIG_DTRACE # +options VM_PRESSURE_EVENTS # options CONFIG_NO_PANIC_STRINGS # options CONFIG_NO_PRINTF_STRINGS # options CONFIG_NO_KPRINTF_STRINGS # + +options CONFIG_KXLD # kxld/runtime linking of kexts # + +options DEVELOPMENT # dev kernel # + +# CONFIG_KEXT_BASEMENT - alloc post boot loaded kexts after prelinked kexts +# +options CONFIG_KEXT_BASEMENT # # +