DOS-like OS for Intel 8086 / NEC V30
Go to file
Nero 6411dc0c9c Turn CHS fields in drive table into words
CHS arithmetic will be done on 32-bit integers, the operand for division
of DX:AX is a word, so we save a conversion step.

Additionally, i might reuse these fields for pointing to a SYS driver later.
2019-09-24 08:16:22 +00:00
boot Run kernel with from offset 0 2019-09-23 22:06:29 +00:00
debug Rename printf file for more consistent naming 2019-09-20 23:39:57 +00:00
kernel Turn CHS fields in drive table into words 2019-09-24 08:16:22 +00:00
lib Rename printf file for more consistent naming 2019-09-20 23:39:57 +00:00
programs Add mechanism for additional files on floppy 2019-09-15 19:03:08 +00:00
scripts Reduce amount of scripts in root directory 2019-04-21 10:14:06 +00:00
.gitignore Use SYS extension for kernel 2019-09-23 22:05:01 +00:00
Makefile Use SYS extension for kernel 2019-09-23 22:05:01 +00:00