May 16, 2026
Windows 98 just got messy
Windows 9x Subsystem for Linux
Someone stuffed modern Linux into old Windows and the comments instantly got weird
TLDR: A hobbyist project now lets modern Linux run alongside old Windows 95/98 without rebooting, which is a wild throwback for aging PCs. Commenters split between impressed nostalgia, eye-rolling spam complaints, and jokes so nerdy they practically folded in on themselves.
The internet has found its latest beautifully cursed invention: a project called WSL9x that lets ancient Windows 95/98-era software and modern Linux apps live side by side on the same machine, with no rebooting. For non-nerds, that’s a bit like discovering your grandpa’s old TV can suddenly stream everything while still playing VHS tapes. The creator says you can run both worlds together, but the setup is gloriously DIY: patched parts, special tools, and a pre-installed old Windows hard-drive image. In other words, this is not a one-click download. It’s a mad scientist hobby project, and that’s exactly why people can’t stop staring.
But the real show was in the comments, where admiration immediately collided with sarcasm, nostalgia, and meme energy. One user begged, “Stop spamming”, clearly over seeing yet another Windows-meets-Linux stunt make the rounds. Another went full recursion goblin with “Can it run a Linux subsystem?” — the kind of joke that makes programmers laugh and everyone else slowly back away. There was also a surprisingly sincere take asking whether this bizarre mashup could become a low-maintenance “mom and pop” computer for relatives, while another commenter rolled their eyes at the README flexing “Proudly written without AI” as if that’s the new indie badge of honor. Meanwhile, some old-school fans were just thrilled that in 2026, Linux still has room for creaky old 32-bit hardware. So yes, the project is impressive — but the comment section turned it into a full-on culture war between nostalgia, snark, and terminally online humor.
Key Points
- •WSL9x is a project that runs Linux kernel 6.19 cooperatively inside the Windows 9x kernel.
- •The article says this enables simultaneous use of Linux and Windows 9x capabilities, including paging, memory protection, and pre-emptive scheduling.
- •Building WSL9x requires an i386-linux-musl cross toolchain and the Open Watcom v2 toolchain.
- •Users must build a patched Linux kernel from the win9x-um-6.19 branch using the provided make commands.
- •Setup requires a Windows 9x hard drive image, environment variables such as WATCOM and LINUX, and running `make` to produce an hdd image with WSL9x installed.