Virtual Filesystem
Posted: Sat Feb 24, 2007 10:17 pm
Hello all, I've tried (but failed) to implement a floppy driver into my operating system. Such simple things as reading sectors just don't turn out to be that simple anymore...
Instead of writing a floppy driver, I'm writing a virtual filesystem that's mounted into RAM.
This works really well and I like it, but if anyone out there knows (or has source code) how to read sectors of a floppy disk WITHOUT using DMA, please tell me.
(Also any reccomendations on the VFS I'm implementing now would be good)
Instead of writing a floppy driver, I'm writing a virtual filesystem that's mounted into RAM.
This works really well and I like it, but if anyone out there knows (or has source code) how to read sectors of a floppy disk WITHOUT using DMA, please tell me.
(Also any reccomendations on the VFS I'm implementing now would be good)