Lines Matching refs:To

40 To build a kernel for the same architecture as running OS, just type
58 To install the kernel into a DSTROOT, use the `install_kernels` target:
85 * To build with RELEASE kernel configuration
111 The XNU build system can optionally output color-formatted build output. To enable this, you can ei…
127 To select the older STABS debug information format (where debug information is embedded in the kern…
137 To test the xnu kernel, you need to build a kernelcache that links the kexts and
139 To build a kernelcache you can use the following mechanisms:
229 a. `DATAFILES` : To make header file available in user level -
233 b. `DRIVERKIT_DATAFILES` : To make header file available to DriverKit userspace drivers -
236 c. `PRIVATE_DATAFILES` : To make header file available to Apple internal in
240 d. `EMBEDDED_PRIVATE_DATAFILES` : To make header file available in user
246 e. `KERNELFILES` : To make header file available in kernel level -
250 f. `PRIVATE_KERNELFILES` : To make header file available to Apple internal
254 g. `MODULEMAPFILES` : To make module map file available in user level -
257 h. `PRIVATE_MODULEMAPFILES` : To make module map file available to Apple
261 i. `LIBCXX_DATAFILES` : To make header file available to in-kernel libcxx clients:
264 j. `EXCLAVEKIT_DATAFILES` : To make header file available to Apple internal
268 k. `EXCLAVECORE_DATAFILES` : To make header file available to Apple internal
486 To boot a kernel so it can be debugged by an attached machine, override the `kdp_match_name` boot-a…
497 To load these macros automatically when attaching to the kernel, add the following to `~/.lldbinit`: