Multi-sector operations implementation
Posted: Mon Nov 05, 2007 12:20 am
Hello,
I would like to know how did you implement your multi-sector read/write operations (eg: if your filesystem needs 1KB blocks or more instead of 512 bytes blocks).
Did you program your FDC driver (and DMA) to read more than one 512-bytes sector (eg: reading an entire track) or did you simply leave it to the filesystem driver to issue as many SEPARATE sector reads/writes as there are "sectors per block"?
Thank you for your replies.
I would like to know how did you implement your multi-sector read/write operations (eg: if your filesystem needs 1KB blocks or more instead of 512 bytes blocks).
Did you program your FDC driver (and DMA) to read more than one 512-bytes sector (eg: reading an entire track) or did you simply leave it to the filesystem driver to issue as many SEPARATE sector reads/writes as there are "sectors per block"?
Thank you for your replies.