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.
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.
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.
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.
https://www.zerovm.org/
Given where things are going, might be worth learning a bit about https://wasmcloud.com/docs/ecosystem/wasmtime/ also. KVM is very easy to get stared with, and https://en.wikipedia.org/wiki/GNOME_Boxes is also worth digging into. Good luck, hypervisors are really cool!