Live data from Hacker News

Open Sourcing DOS 4

hanselman.com

11–20 of 382 posts

Re: Open Sourcing DOS 4

#11
Weird that for a couple minutes, these paths existed:

* https://github.com/microsoft/MS-DOS/tree/main/v4.0/bin

* https://github.com/microsoft/MS-DOS/tree/main/v4.0/bin/DISK1

* https://github.com/microsoft/MS-DOS/tree/main/v4.0/pdf

But they disappeared as I browsed the repo. I guess they didn't want that part public?

Edit: I knew I wasn't seeing things! Somebody forked it along with those files: https://github.com/OwnedByWuigi/DOS/tree/main/v4.0

Re: Open Sourcing DOS 4

#12
So if MS-DOS 4 was released in 1986, and it is now 2024, that's a 37 year gap between release and open source.

That means Windows XP should be open sourced by ... 2038. Not as far away as it seems. I'll add it to my calendar.

Re: Open Sourcing DOS 4

#13
post #11

Weird that for a couple minutes, these paths existed: * https://github.com/microsoft/MS-DOS/tree/main/v4.0/bin * https://github.com/microsoft/MS-DOS/tree/main/v4.0/bin/DISK1 * https://github.com/microsoft/MS-DOS/tree/main/v4.0/pdf But they disappeared as I browsed the repo. I guess they didn't want that part public? Edit: I knew I wasn't seeing things! Somebody forked it along with those files: https://github.com/Own…

It is all the MT-DOS content; binaries and docs.

Re: Open Sourcing DOS 4

#15
post #4

Holy cow, this is huge! DOS 1.x and 2.x are too old to run a lot of vintage DOS software, but 4.x would run just about everything.

I feel like FreeDOS could already run just about everything for 20 years or longer. If your goal is to run DOS software your use case was probably already adequately covered with free software.

An interesting thing about DOS is the OS wasn't very involved. Programs did a lot of things we now think of as the realm of an OS, like talking directly to I/O addresses or installing interrupt handlers. I feel like a DOS implementation doesn't even need to do a lot of things, maybe part of why DOS4 is "good enough".

Re: Open Sourcing DOS 4

#16

So if MS-DOS 4 was released in 1986, and it is now 2024, that's a 37 year gap between release and open source. That means Windows XP should be open sourced by ... 2038. Not as far away as it seems. I'll add it to my calendar.

A lot of XP components are still in use in modern windows, whereas DOS was completely replaced around the time Windows XP came around.
Post reply on HN