Skip to content

Commit fce0f75

Browse files
author
Rich Turner
committed
MS-DOS v1.25 Release
1 parent b1e80fe commit fce0f75

35 files changed

+13610
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From: Tim Paterson
2+
To: Len Shustek
3+
Date: Mon, 16 Dec 2013 10:34:17 -0800
4+
Subject: RE: Source code to MS-DOS 1.0
5+
6+
7+
I have found and attached the source code for MS-DOS 1.25 as shipped by Seattle Computer Products. Version 1.25 was the first general release to OEM customers other than IBM so was used by all the first clone manufacturers.
8+
9+
IBM's DOS 1.1 corresponds to MS-DOS 1.24. There is one minor difference between 1.24 and 1.25, as noted in the revision history at the top of MSDOS.ASM.
10+
11+
Of the file attached, only STDDOS.ASM/MSDOS.ASM (DOS main code) and COMMAND.ASM (command processor) would have been used by an OEM other than Seattle Computer. The other files:
12+
13+
IO.ASM - I/O system unique to SCP (equivalent to ibmbio.sys).
14+
ASM.ASM & HEX2BIN.ASM - Old 8086 assembler developed by SCP (used to assemble older version of DOS).
15+
TRANS.ASM - Z80 to 8086 assembly source code translator developed by SCP.
16+
17+
I also have a 6� stack of printouts of assembly listings for some of these and probably other related programs.
18+
19+
Tim Paterson
20+
Paterson Technology
21+
http://www.patersontech.com/
22+
23+

v1.25/bin/ART.BAS

1.88 KB
Binary file not shown.

v1.25/bin/BALL.BAS

2 KB
Binary file not shown.

v1.25/bin/BASIC.COM

11.1 KB
Binary file not shown.

v1.25/bin/BASICA.COM

16.4 KB
Binary file not shown.

v1.25/bin/CALENDAR.BAS

3.75 KB
Binary file not shown.

v1.25/bin/CHKDSK.COM

1.68 KB
Binary file not shown.

v1.25/bin/CIRCLE.BAS

1.63 KB
Binary file not shown.

v1.25/bin/COLORBAR.BAS

1.5 KB
Binary file not shown.

v1.25/bin/COMM.BAS

4.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)