Hi!
(PRAMFS). It was originally developed for three major consumer
electronics companies for use in their smart cell phones
and other consumer devices.
An intro to PRAMFS along with a technical specification
is at the SourceForge project web page at
http://pramfs.sourceforge.net/. A patch for 2.6.3 has
been released at the SF project site.
Well, I'd certainly love to see some usable linux cell phones. (Well, one such beast in my pocket would probably be enough :-)
(Is there a way to make linux cell phone without second
cpu just for GSM stack?)
Comments about pramfs: RAM is not really random access,
you'll find that doing byte-sized random reads is way slower
than linear read,
but you are right that it is very different from disk.
How do you handle powerfail in the middle of write?
Do you run fsck or do you have some kind of logging?