Tagged Questions

1
vote
1answer
525 views

Extended Interrupt 13, Reading an unformatted Disk

It's been a while since I did any ASM, and decided to once again try and write a small bootloader, testing with qemu. My issue is with interupt 13, for some reason the carry flag is being set, so the ...