; Brain-damaged Tim Patterson ignored ^F in case his BIOS did not flush the
to [1]:
; Brain-damaged TP ignored ^F in case his BIOS did not flush the
[0] https://github.com/OwnedByWuigi/DOS/blob/ffd70f8b4fb77e2e6af...
[1] https://github.com/microsoft/MS-DOS/blob/main/v4.0/src/DOS/S...
From Wikipedia, the free encyclopedia
Tim Paterson (born 1 June 1956) is an American computer programmer, best known for creating 86-DOS, an operating system for the Intel 8086. This system emulated the application programming interface (API) of CP/M, which was created by Gary Kildall. 86-DOS later formed the basis of MS-DOS, the most widely used personal computer operating system in the 1980s.
>The MS-DOS v1.25 and v2.0 files were originally shared at the Computer History Museum on March 25th, 2014 and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems.
>For historical reference
>The source files in this repo are for historical reference and will be kept static, so please don’t send Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment.
I had the repo cloned before the force push and when I went to pull it, this file was the only one that contained a conflict.
It would be fun at some point down the road to get some of the older code building and running again - particularly '84/'85-vintage Windows & Notes builds. Quite a lot of work, though, not just because of hardware but also likely because of toolchain gaps.
To change a public branch, or not to change a public branch, that is the question.
Edit: Muphry's law strikes again - s/or to not/or not to/
Beta Test Release 1.00
Release Notes
Enclosed you will find Microsoft's first beta release of Multi-tasking MS-DOS. This version is based upon MS-DOS Version 2 sources, we will be reimplementing the multi-tasking enhancements on top of Version 3 sources shortly.
* 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