MS-DOS v2.0 Release

This commit is contained in:
Rich Turner 1983-08-12 17:53:34 -07:00
commit 80ab2fddfd
156 changed files with 56403 additions and 0 deletions

12
v2.0/source/MSDOS.ASM Normal file
View file

@ -0,0 +1,12 @@
TITLE Standard MSDOS
NAME MSDOS_2
; Number of disk I/O buffers
INCLUDE STDSW.ASM
INCLUDE MSHEAD.ASM
INCLUDE MSDATA.ASM
END