Skip to main content
MVH Kernel ships a fixed set of hardware drivers that are compiled into the kernel image and registered with the device manager at boot. Each driver corresponds to a specific piece of hardware or a software subsystem — from the VGA text display and PS/2 keyboard that power the interactive shell, to the CPU diagnostic drivers that probe CPUID, FPU, MSR, and thermal sensors. All drivers are registered under stable string IDs so you can inspect their runtime status from the shell without any additional tooling.

Registered Drivers

The table below lists every driver registered in the current kernel manifest (version 1.1.2). The Driver ID is the canonical identifier used by the device manager. Use the devices shell command to inspect live online/offline status for each entry.
The devices shell command queries the device manager at runtime and shows the live registration state for each driver. If a driver fails its hardware probe (for example, a temperature backend on unsupported hardware), it reports itself as unavailable rather than crashing the kernel.

Driver Pages

For full API references, shell commands, and usage details, see the individual driver pages: