Hi, I'm writing a kernel in x86, but am getting stuck on the floppy disk driver. How would I read/write to a floppy in pure assembly.
(No BIOS, I'm in protected mode)
x86 assembly floppy disk driver.
-
- Posts: 2
- Joined: Sat May 04, 2019 1:35 am
- Libera.chat IRC: cvdcamilleri
Re: x86 assembly floppy disk driver.
The code that used to work some 25 years ago may fail to work on modern hardware.
The BIOS may be your best choice.
The BIOS may be your best choice.
-
- Posts: 2
- Joined: Sat May 04, 2019 1:35 am
- Libera.chat IRC: cvdcamilleri
Re: x86 assembly floppy disk driver.
What about a hard disk driver?
Re: x86 assembly floppy disk driver.
Check the wiki - there's plenty of information there.
You're making life harder for yourself by using assembler rather than a high-level language, but that's your choice.
You're making life harder for yourself by using assembler rather than a high-level language, but that's your choice.