rdos/kernel
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
..
chario.asm Work on interrupt subfunctions, remove drvtab experiments 2019-09-08 15:18:37 +00:00
drive.asm Turn CHS fields in drive table into words 2019-09-24 08:16:22 +00:00
intr.asm Remove intr function not in line with int 21h 2019-09-10 21:50:58 +00:00
main.asm Run kernel with from offset 0 2019-09-23 22:06:29 +00:00