XNU源码
- XNU源码
- 旧:opensource.apple.com
- 新:github.com
- 其他
XNU代码核心部分
- XNU代码核心部分=代码树
config- configurations for exported apis for supported architecture and platformSETUP- Basic set of tools used for configuring the kernel, versioning and kextsymbol management.EXTERNAL_HEADERS- Headers sourced from other projects to avoid dependency cycles when building. These headers should be regularly synced when source is updated.libkern- C++ IOKit library code for handling of drivers and kexts.libsa- kernel bootstrap code for startuplibsyscall- syscall library interface for userspace programslibkdd- source for user library for parsing kernel data like kernel chunked data.makedefs- top level rules and defines for kernel build.osfmk- Mach kernel based subsystemspexpert- Platform specific code like interrupt handling, atomics etc.security- Mandatory Access Check policy interfaces and related implementation.bsd- BSD subsystems codetools- A set of utilities for testing, debugging and profiling kernel.
