- All the source for MS-DOS 1.25 and 2.0 was written in 8086 assembly code
- The source code for the initial release of 86-DOS dates from around December 29th 1980
- The MS-DOS 1.25 code dates from around May 9th 1983, and is comprised of just 7 source files, including the original MS-DOS Command-Line shell - COMMAND.ASM!
- MS-DOS 2.0 dates from around August 3rd 1983, and grew considerably in sophistication (and team size), and is comprised of 100 .ASM files
- There are some interesting documentation (.TXT, .DOC) files interspersed with the source and object files - many are well worth a read, as are many of the source code comments!
As expected, the code is being hosted on GitHub which Microsoft acquired back in June for $7.5 billion. It’s worth noting the company will not accept pull requests and will treat it as a static copy.










