Hacker News new | ask | show | jobs
by NeutralWanted 50 days ago
Sort of. Technically speaking, just enabling hyper-v turns your base windows install into a VM. Wsl2 then just runs along side
2 comments

Enabling hyper-v turns your base windows install into a VM host, not a virtual machine itself.
It's kind of both. Hyper-V is a bare-metal (type 1) hypervisor. Windows runs virtualized, one level above it, in a privileged (host) VM, next to other (guest) VMs.

https://en.wikipedia.org/wiki/Hyper-V#Architecture

Huh that’s interesting I didn’t realize that