Open source. Linked to the real code.
How macOS really works.
A guided tour of the open-source kernel that runs every Mac — every concept linked back to the actual file on GitHub.
The five subsystems.
macOS is not one thing. It's a Mach kernel core wrapped in a BSD personality, fronted by a C++ driver framework, sitting on a copy-on-write filesystem, all managed by a virtual memory layer that spans every running process.
Grounded in the source.
Apple publishes the XNU kernel and most of Darwin as open source. Every claim on this site cites a file you can open in your browser.
Browse apple-oss-distributions on GitHub