Comment on Cooperative Linux – running Linux as a Windows driver (2011)parentComments−Koshkin6yBasically, WSL2 is a VM, whereas coLinux acts like a device driver.−da-x6yThese two are not mutually exclusive. To be more exact, coLinux is a VM running under a device driver. The driver is mainly just a bridge to get into the privileged execution path and manage the resources it needs.
Comments
Basically, WSL2 is a VM, whereas coLinux acts like a device driver.
These two are not mutually exclusive. To be more exact, coLinux is a VM running under a device driver. The driver is mainly just a bridge to get into the privileged execution path and manage the resources it needs.