alt.hn

5/17/2025 at 7:46:29 AM

Implementing a RISC-V Hypervisor

https://seiya.me/blog/riscv-hypervisor

by ingve

5/17/2025 at 1:40:39 PM

I’m really fascinated by hypervisors but I struggled to find resources when first trying to get into them. Would love it if someone could point me to more content like this.

by thasso

5/17/2025 at 5:54:58 PM

https://github.com/ionescu007/SimpleVisor

SimpleVisor is meant to be an educational tool -- it has exhaustive comments explaining all logic behind each line of code, and specific Windows or Intel VMX tips and tricks that allow it to achieve its desired outcome.

by password4321

5/19/2025 at 10:34:08 AM

What about https://github.com/mit-pdos/RVirt? "RVirt doesn't need KVM or Linux and can run on any sufficiently powerful 64-bit RISC-V processor with an MMU"

by dengolius