Linked by Thom Holwerda on Wed 5th Nov 2008 16:12 UTC, submitted by Michael
Thread beginning with comment 336442
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
It's been argued that DOS wasn't truly an OS either
At least when applying some common criteria, DOS lacks means to install / delete / update programs (this is what the programs do have to on their own), means for diagnostics and maintenance, and program execution control (well, you could only run one program at a time - TSR programs aside).
Being impolite, you could say that DOS = FAT file system + COMMAND.COM CLI. Taking this into mind, it's obvious what DOS + "Windows" would be: FAT file system + COMMAND.COM CLI + GUI. :-)
The line of reasoning that I tend to agree with is that the combination of the two (Win3.x and DOS) formed something that vaguely resembled an OS, but neither were truly OSes on their own.
That's a good statement. But finally, most things would depend on the user to do. Of couse, DOS and "Windows" belong to an era without Internet connection, so most considerations about today's OSs would not apply here.
There are still people working on FreeDOS, so I expect there would be at least one or two crazy folk who would be interested in the source code (even if just to critique/criticize the quality of the code).
Many years ago, I even build a video editing system running on top of DOS: three VCRs (two players, one recorder), a relay interface controlled via a DOS box (I think it was an 80286, no hard disk, just a floppy). So it wasn't that useless. :-)
Edited 2008-11-06 06:44 UTC




Member since:
2005-07-06
It's been argued that DOS wasn't truly an OS either
The line of reasoning that I tend to agree with is that the combination of the two (Win3.x and DOS) formed something that vaguely resembled an OS, but neither were truly OSes on their own.
There are still people working on FreeDOS, so I expect there would be at least one or two crazy folk who would be interested in the source code (even if just to critique/criticize the quality of the code).