Re: [External] Re: [RFC 0/5] parker: PARtitioned KERnel

From: Fam Zheng
Date: Thu Sep 25 2025 - 03:26:55 EST


> From: "H. Peter Anvin"<hpa@xxxxxxxxx>
> The difference is that this is highly invasive to the OS, which affects developers and users not wanting this feature.

Yeah that makes sense, thanks for clarifying. By having a hypervisor
at least in early boot of secondary kernels, we don't need to patch
device enumeration etc. In the kernel code.

Once the kernel is up, it can be then promoted to run directly on bare
metal, so zero performance overhead.

Fam