On 8/4/17 11:16, emanuel stiebler via cctalk wrote: > Use the memory as disk cache locally. Otherwise you need to write > drivers for all different versions of OSs out there. Transparent cache, > write through ... > > Then no changes are needed on the system
Well, we are going to make the RAM look like an RK05 or RP03 so no changes should be needed to the OS drivers. I thought briefly about putting in caching but then the whole issue arises of when I issue the interrupt is the write actually complete? The old systems expect that, I believe, and I'm not sure I'm ready to break that assumption. In any case, any serious consideration of caching is also for later. That's a software/firmware update. :-) Dave