mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-22 14:33:34 -07:00
MS-DOS v2.0 Release
This commit is contained in:
parent
fce0f75959
commit
80ab2fddfd
156 changed files with 56403 additions and 0 deletions
12
v2.0/source/MSDOS.ASM
Normal file
12
v2.0/source/MSDOS.ASM
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue