Which XNU (OS X kernel) module provides the primary system-program interface?
BSD supplies XNU’s primary UNIX/POSIX-facing interface to user programs, including system facilities such as file operations, process control, interprocess communication, and networking. Mach provides low-level kernel mechanisms, the I/O Kit provides the driver framework, and libkern provides kernel support libraries.
Community Discussion