This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ECOS] load data from floppy


Gary Thomas wrote:

I think your idea of reasonable sized sectors as the basic granularity
is the right approach. (512 bytes is OK, but maybe this should be configurable) We also need to think about all the rest of the "driver"
stuff like initialization, control, and maybe [shudder] a block cache.

Some FS implementations rely on it for sane performance (as in performance isn't just slow but orders of magnitude slow because they rely on ability to instantly read back what was written) so we'll have to support it. But I'm sure it would be possible to have a "null" layer to make it optional.


And similarly there's write buffering.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]