How to write the file system
-
- Posts: 6
- Joined: Sat Jul 14, 2007 3:05 am
How to write the file system
I want to write the FAT12 in my own small OS, I only complete task changing... How can I do? my english is not well, if you don't understand what I said,I just say sorry~
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
You will need a floppy driver that can read sectors off a floppy first. Before you can do that, you'll need support for IRQs, DMA, and timing functions. If you have all of those working, you can implement one or more file systems.
Everything you need to get started with any of these steps is on the wiki and the forums.
Everything you need to get started with any of these steps is on the wiki and the forums.