5 ms·
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 conte
by thasso 1y ago
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.
- badenglish 1y agohttps://www.zerovm.org/ https://www.zerovm.org/
- neom 1y agoGiven where things are going, might be worth learning a bit about https://wasmcloud.com/docs/ecosystem/wasmtime/ https://wasmcloud.com/docs/ecosystem/wasmtime/ also. KVM is very easy to get stared with, and https://en.wikipedia.org/wiki/GNOME_Boxes https://en.wikipedia.org/wiki/GNOME_Boxes is also worth digging into. Good luck, hypervisors are really cool!
- password4321 1y agohttps://github.com/ionescu007/SimpleVisor 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.