Mounting a in-ROM filesystem efficiently

From: Thomas Capricelli (orzel@kde.org)
Date: Thu Dec 13 2001 - 11:02:39 EST


Hello,

I'm looking for a way to put a filesystem into ROM.
Seems pretty trivial, isn't it ?

My understanding is (the way initrd does, and the way I do as of today)
* create a RAMDISK
* loads the data into ramdisk
* mount the ramdisk

problem is that I don't want to waste the RAM as the data in the ROM is
already in the address space. (it's an embedded system, btw)

Speed is not an issue here. ROM access might be slower than RAM, it will
always be so much quicker than a disk access. (wrong?)

Ideally, i would give address/length of the fs in ROM to a function, and I
would get a ramdisk configured to read its data exactly there, and not in
ram.

Any hint ?

I've tried to look in the different options from mainstream kernels and
embedded-oriented kernels whithout success.

thanx,
Thomas
ps : i'm subscribed to lkml, no need to cc:

-- 
Thomas Capricelli <orzel@kde.org>
boson.eu.org, kvim, zetalinux-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 15 2001 - 21:00:26 EST