|
|
|
|
|
by agentkilo
265 days ago
|
|
IIUC, yes, all the kernels involved run directly on the hardware, in a "cooperative" way, i.e. they must agree on not touching others' memory regions. I think the architecture assumes all loaded kernels are trusted, and imposes no isolation other than having them running on different CPUs. Given the (relative) simplicity of the PoC, it could be really performant. |
|