ordos/README

25 lines
689 B
Plaintext
Raw Normal View History

2021-08-24 20:33:35 +00:00
Ordos
=====
Ordos aims to be a buildable operating system based on MS-DOS 1.25.
2021-08-24 21:03:36 +00:00
File origins & License
----------------------
2021-08-24 20:33:35 +00:00
2021-08-24 21:03:36 +00:00
Here 'ms-dos' refers to the Microsoft repository, while 'tools' refers to
tools created for Ordos. Microsoft source code is under the MIT license,
while Ordos tools are CC0.
2021-08-24 20:33:35 +00:00
2021-08-24 21:03:36 +00:00
build.bat tools
clean.bat tools
command.asm ms-dos v1.25/source/COMMAND.ASM
2021-08-24 20:33:35 +00:00
debug.com ms-dos v1.25/bin/DEBUG.COM
edlin.com ms-dos v1.25/bin/EDLIN.COM
2021-08-24 21:03:36 +00:00
exe2bin.exe ms-dos v1.25/bin/EXE2BIN.EXE
2021-08-24 20:33:35 +00:00
link.exe ms-dos v1.25/bin/LINK.EXE
masm.exe ms-dos v2.0/bin/MASM.EXE
2021-08-24 21:03:36 +00:00
Notes
-----
MASM requires CR-LF line endings, while the Microsoft source code appers to
have LF.