Go to file
Juhani Krekelä 92df43f146 Simplify licensing 2021-08-25 00:56:56 +03:00
.gitignore First commit 2021-08-24 23:33:35 +03:00
LICENSE Simplify licensing 2021-08-25 00:56:56 +03:00
README Simplify licensing 2021-08-25 00:56:56 +03:00
build.bat Add command.com 2021-08-25 00:29:32 +03:00
clean.bat Add command.com 2021-08-25 00:29:32 +03:00
command.asm Add command.com 2021-08-25 00:29:32 +03:00
debug.com First commit 2021-08-24 23:33:35 +03:00
edlin.com First commit 2021-08-24 23:33:35 +03:00
exe2bin.exe Add command.com 2021-08-25 00:29:32 +03:00
link.exe First commit 2021-08-24 23:33:35 +03:00
masm.exe First commit 2021-08-24 23:33:35 +03:00

README

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. Everything is under the MIT license.

build.bat    ordos
clean.bat    ordos
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
link.exe     ms-dos  v1.25/bin/LINK.EXE
masm.exe     ms-dos  v2.0/bin/MASM.EXE

Notes
-----
MASM requires CR-LF line endings, while the Microsoft source code appers to
have LF.