You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Juhani Krekelä e161d14321 Reset floppy disks upon read failure 2 years ago
.gitignore Add files used with Bochs debugging to .gitignore 2 years ago
LICENSE Update LICENSE and include it in disk images 2 years ago
Makefile Update LICENSE and include it in disk images 2 years ago
README Update README with changes to the build system 2 years ago
boot.asm Add bootloader 2 years ago
clean.bat Start work on io.sys 2 years ago
command.asm Add command.com 2 years ago
debug.com First commit 2 years ago
dosbox-build.conf Rename dosbox.conf to dosbox-build.conf 2 years ago
edlin.com First commit 2 years ago
exe2bin.exe Add command.com 2 years ago
io.asm Reset floppy disks upon read failure 2 years ago
link.exe First commit 2 years ago
masm.exe First commit 2 years ago
mk-boot.bat Split build batch files to support parallel make 2 years ago
mk-comma.bat Split build batch files to support parallel make 2 years ago
mk-io.bat Split build batch files to support parallel make 2 years ago
mk-ordos.bat Split build batch files to support parallel make 2 years ago
msdos.asm Add ordos.sys 2 years ago
stddos.asm Add ordos.sys 2 years ago

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. Build system files are all new for Ordos. Everything
is under the MIT license.

boot.asm 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
io.asm ordos
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.