150
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Apr 2026
150 points (100.0% liked)
Linux
64915 readers
590 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
It would be amazing if Microsoft decided to open source Windows 95.
It would be nice to have a Windows distribution dedicated for old games, without emulating or without relying on Virtual Machines. Installing a true Open Source Windows 95 on modern hardware to play old games would be kind of cool. I guess the drivers (and other software on top of it) would be still closed source though. There are probably lot of proprietary code and art involved, that it could be difficult to change the license of it? I don't know what contracts they had back then (nor do I know what contracts they have now to be honest :D), that could affect such decisions.
Do you think WINE would benefit from an Open Source Windows 95? I mean in practical terms, is there a "need" for?
If MS just released the source of W95 as GPL you could still use the existing proprietary drivers, but like now you'd still have to download them from each vendor.
Making it possible to study the code itself would allow WINE devs to audit their code for edge cases and get W95-era compatibility to pretty much 100%
My concern is, that the proprietary drivers wouldn't work, because they are for older hardware. I am curious how this work out. Maybe the developers from ReactOS could work together to adapt some of their drivers into GPL W95? I have no idea. Just open sourcing the code is not enough to use Windows 95 on modern hardware.
Ah i see. You are right, new hardware would need new drivers.
There is ReactOS, which is an ABI-compatible kernel and operating system. That is as close as we are going to get unless pigs start flying.
I'm sure there's shady crap in Windows 95 that they'd rather not be made public too.
We already know about active desktop
Oh it just hit me that ReactOS would heavily benefit from an Open Source Windows 95. They are reimplementing a Windows binary compatible operating system from scratch. And it covers up to Windows 10 right now I think, but its not usable in real world. And the devs are joking about their own OS, its so funny and lighthearted. I digress...
Wine would get some benefit too
I bet there's still a lot of stuff coded in that era that is still used in windows 11, like the drive format dialog or some icon resources
Didn’t they only recently open, what, DOS3?