ordos/README

27 lines
804 B
Plaintext
Raw Permalink Normal View History

2021-08-26 03:24:05 +00:00
Ordos
=====
Ordos aims to be a buildable operating system based on MS-DOS 1.25.
File origins & License
----------------------
Here 'ms-dos' refers to the Microsoft repository, while 'ordos' refers to
new files for Ordos. Build system files are all new for Ordos. Everything
is under the MIT license.
2021-08-26 03:24:05 +00:00
2021-08-26 07:08:41 +00:00
boot.asm ordos
2021-08-26 03:24:05 +00:00
command.asm ms-dos v1.25/source/COMMAND.ASM
debug.com ms-dos v1.25/bin/DEBUG.COM
edlin.com ms-dos v1.25/bin/EDLIN.COM
exe2bin.exe ms-dos v1.25/bin/EXE2BIN.EXE
2021-08-26 07:11:20 +00:00
io.asm ordos
2021-08-26 03:24:05 +00:00
link.exe ms-dos v1.25/bin/LINK.EXE
masm.exe ms-dos v2.0/bin/MASM.EXE
msdos.asm ms-dos v1.25/source/MSDOS.ASM
stddos.asm ms-dos v1.25/source/STDDOS.ASM
Notes
-----
MASM requires CR-LF line endings, while the Microsoft source code appers to
have LF.