Hacker News new | ask | show | jobs
by dm319 2097 days ago
Also, why linux? Linux is the kernel, which is not what is being run, more like everything on a gnu/linux system apart from linux.
2 comments

As I pointed out when WSL came out, the name always includes the thing that is being replaced by the Windows NT kernel: be that OS/2 or Linux.

* https://news.ycombinator.com/item?id=11417059

* https://news.ycombinator.com/item?id=18948258

WSL1 emulated Linux kernel syscalls. GNU was run on top of it unmodified, but could be used without GNU. on WSL2 the actual kernel is what is being run, in a thin VM wrapped by lots of wrappers to provide a native-like experience.