KERNELMANAGERD(8) | KernelManagement daemon for managing kexts and collections | KERNELMANAGERD(8) |
kernelmanagerd is the kernel extension server. It runs as a standalone launchd(8) daemon to handle requests from the kernel, and from other user-space processes to load kernel extensions (kexts) if they are available in a loaded kext collection (see kmutil(8)). If a kext is requested for load that is not yet available for loading, kernelmanagerd will build the kext into the auxiliary kext collection for use on the next reboot. It is also responsible for launching driver extensions on the system.
The KernelManagement utility kmutil(8) can interact with kernelmanagerd for requesting loads and unloads of kernel extensions, and for querying the daemon’s state.
kernelmanagerd watches the /Library/Extensions directory for changes, to support installation and removal of kexts with installers.
kmutil(8)
2020-10-22 |