Open sytzemeijer opened 1 year ago
First, you should write a disk driver (floppy maybe).
Tutorial for floppy drive: https://forum.osdev.org/viewtopic.php?t=13538
I am inclined to think that an atapio driver is easier to make. Check the osdev wiki for that.
@cfenollosa you can write a chapter about this. @Here can you found some atapio drivercode.
@sytzemeijer late reply but https://wiki.osdev.org/ATAPI (scroll to bottom)
How can I write a Fat32 driver. how should I write down the raw data properly afterwards and where can I find sources?