INFRA Signal 547
Cong Wang releases mklinux v7.0-mk2 for running multiple Linux kernels on bare metal without a hypervisor
Illustration only Photo by fabio on Unsplash
Cong Wang announced mklinux v7.0-mk2, a project that lets a single machine run several independent Linux kernels simultaneously on bare metal without a hypervisor, with a host kernel partitioning CPUs, memory, and PCI devices into instances that each boot a spawn kernel natively.
Only one feed carries this, so corroboration is limited. The approach eliminates hypervisor overhead by giving each kernel direct access to its own physical resources, which could interest engineers experimenting with kernel isolation or resource partitioning. The project is explicitly experimental and distinct from the historical MkLinux port to PowerPC Macs.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
mklinux v7.0-mk2 runs multiple independent Linux kernels on bare metal without a hypervisor, with no emulation or trapping of spawn kernels.
A host kernel partitions CPUs, memory, and PCI devices into instances and boots each spawn kernel via kexec_file_load().
This project is unrelated to the old MkLinux, which was a Linux port to PowerPC Macintosh systems.
THE CLUSTER