|
|
|
|
|
by kelnos
3355 days ago
|
|
The interesting bit of WSL (what the article talks about) is a Linux syscall translation/emulation layer, as well as ELF64 binary support (not specific to Linux, but not specific to GNU either). You can certainly install the Linux versions/ports of GNU tools and run them under WSL, and that's what the stock setup looks like, but an important component of WSL is about emulating a Linux (the kernel) environment. If MS had actually ported the GNU base system to NT, then you could reasonably call it GNU/NT. They have not done that. |
|
What's the use of Linux syscall -> NT syscall translation if not compatibility with developer tools, most of which are GNU software?