Commit Graph
10 Commits
Author SHA1 Message Date
Broken Pipe 8f9e0a2984 Updated CHESS
Properly labelled and commented ATTACK and its subroutines. There is no guarantee of the correctness of the comments, because I don't know how to play chess.
2024-03-17 12:21:08 +00:00
Broken Pipe 0d2baf7567 Created README.md
Added a readme to provide build instructions and to say that this is @TimPaterson's work. Also added a disclaimer saying it's in a legal gray area.
2024-02-25 09:34:42 +00:00
Broken Pipe df6e888207 Fixed bugs in boot sector and I/O system
Fixed bugs in the boot sector and BIOS to allow 86-DOS 0.11 to boot using the Tarbell DD floppy controller.
2024-02-18 05:44:23 +00:00
Broken Pipe ec4f1f0319 Added TRANS
Added the reconstructed source code of TRANS.COM.
2024-02-15 08:28:55 +00:00
Broken Pipe f98e3657d4 Added boot sector and I/O system
Added the reconstructed source code of the boot sector and I/O system (DOS BIOS).
2024-02-15 04:44:40 +00:00
Broken Pipe b5fb0df9b6 Added CHESS
Added the reconstructed source code of CHESS.COM. The ATTACK routine and its subroutines have not been given meaningful label names and comments yet.
2024-02-08 05:14:03 +00:00
Broken Pipe 4bdf7a2bd9 Added RDCPM and EDLIN, style fixes
Added the reconstructed source code of RDCPM.COM and EDLIN.COM, and changed the style of the other source files to match Tim Paterson's coding style.
2024-01-30 14:42:47 +00:00
Broken Pipe c1c73b5cfd Added 86-DOS kernel and fixed HEX2BIN bug
Added the reconstructed source code of the 86-DOS kernel and fixed a hard coded offset reference in HEX2BIN.ASM.
2024-01-29 09:10:11 +00:00
Broken Pipe ace5e0cd3c Added COMMAND, SYS and HEX2BIN
Added the reconstructed source code of COMMAND.COM, SYS.COM and HEX2BIN.COM.
2024-01-02 13:23:57 +00:00
Broken Pipe 4c33d1f9b6 Initial commit 2024-01-02 13:13:09 +00:00