731
The Windows Subsystem for Linux is now open source.
(blogs.windows.com)
This is a most excellent place for technology news and articles.
I don't understand this.
Does this mean Windows programs and exe files will now run natively on linux?
Edit: unclear why someone asking a question gets a 50/50 downvote to upvote response....
"OOOOHHHH!!!!! THIS GUY DOESN'T KNOW ALL THE THINGS I KNOW!!!! BOOOOO!!!!!"
In my view it's a Linux subsystem for Windows.
Why the name is the other way around, I'll never understand.
The original WSL doesn't use the Linux kernel at all, it's a Windows Subsystem for compatibility with Linux. WSL2 actually visualizes a complete Linux kernel, but the name stuck.
The original WSL DOES use the Linux kernel. Which runs as a native NT process (there's a huge difference between NT and Win32 processes). But porting a Linux kernel into the NT binary is a maintenance nightmare, it's much easier to run the original in a slim VM.