cfenollosa / os-tutorial

How to create an OS from scratch
BSD 3-Clause "New" or "Revised" License
27.3k stars 3.31k forks source link

File driver fat32 #257

Open sytzemeijer opened 1 year ago

sytzemeijer commented 1 year ago

How can I write a Fat32 driver. how should I write down the raw data properly afterwards and where can I find sources?

firestar4204 commented 1 year ago

First, you should write a disk driver (floppy maybe).

Tutorial for floppy drive: https://forum.osdev.org/viewtopic.php?t=13538

xing1357 commented 1 year ago

I am inclined to think that an atapio driver is easier to make. Check the osdev wiki for that.

sytzemeijer commented 1 year ago

@cfenollosa you can write a chapter about this. @Here can you found some atapio drivercode.

firestar4204 commented 12 months ago

@sytzemeijer late reply but https://wiki.osdev.org/ATAPI (scroll to bottom)