Okay what is it with WSL naming, this always confuses me. Shouldn't it be Linux subsystem for Windows?
Windows 9x Subsystem for Linux
41–50 of 265 posts
Re: Windows 9x Subsystem for Linux
#42> looks inside
> virtual 8086 mode
Re: Windows 9x Subsystem for Linux
#43Re: Windows 9x Subsystem for Linux
#44Re: Windows 9x Subsystem for Linux
#45Before WSL, the best ways to run unmodified Linux binaries inside Windows were CoLinux and flinux. http://www.colinux.org/ https://github.com/wishstudio/flinux flinux essentially had the architecture of WSL1, while CoLinux was more like WSL2 with a Linux kernel side-loaded. Cygwin was technically the correct approach: native POSIX binaries on Windows rather than hacking in some foreign Linux plumbing. Since it was me…
Interix was implemented as proper NT kernel "subsystem". It was just another build target for GNU automake, for example.
(Being that Interix was a real kernel subsystem I have this fever dream idea of a text-mode "distribution" of NT running w/o any Win32 subsystem.)
Re: Windows 9x Subsystem for Linux
#46Before WSL, the best ways to run unmodified Linux binaries inside Windows were CoLinux and flinux. http://www.colinux.org/ https://github.com/wishstudio/flinux flinux essentially had the architecture of WSL1, while CoLinux was more like WSL2 with a Linux kernel side-loaded. Cygwin was technically the correct approach: native POSIX binaries on Windows rather than hacking in some foreign Linux plumbing. Since it was me…
Nowadays MSYS2, which does depend on cygwin under the hood, offers such a package manager (pacman of Arch Linux) and it is quite a user friendly to run native POSIX binaries on Windows without a linux VM.
Re: Windows 9x Subsystem for Linux
#47Re: Windows 9x Subsystem for Linux
#48Re: Windows 9x Subsystem for Linux
#49Okay what is it with WSL naming, this always confuses me. Shouldn't it be Linux subsystem for Windows?
Re: Windows 9x Subsystem for Linux
#50Before WSL, the best ways to run unmodified Linux binaries inside Windows were CoLinux and flinux. http://www.colinux.org/ https://github.com/wishstudio/flinux flinux essentially had the architecture of WSL1, while CoLinux was more like WSL2 with a Linux kernel side-loaded. Cygwin was technically the correct approach: native POSIX binaries on Windows rather than hacking in some foreign Linux plumbing. Since it was me…