linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Mounting a in-ROM filesystem efficiently
@ 2001-12-13 16:02 Thomas Capricelli
  2001-12-13 16:22 ` Bradley D. LaRonde
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Thomas Capricelli @ 2001-12-13 16:02 UTC (permalink / raw)
  To: linux-kernel



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

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2002-01-23  8:05 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011214072540.D7457@duron.intern.kubla.de>
2001-12-17 13:24 ` Mounting a in-ROM filesystem efficiently Richard B. Johnson
2001-12-18 12:10   ` Helge Hafting
2001-12-18 14:00     ` Richard B. Johnson
2001-12-18 14:09       ` Alan Cox
2001-12-18 15:21         ` Mr. James W. Laferriere
2001-12-18 20:56         ` H. Peter Anvin
2001-12-18 16:27       ` Kent Borg
2001-12-18 17:05       ` Herman Oosthuysen
2001-12-13 16:02 Thomas Capricelli
2001-12-13 16:22 ` Bradley D. LaRonde
2001-12-13 16:41   ` Thomas Capricelli
2001-12-13 17:10     ` Bradley D. LaRonde
2001-12-13 18:02       ` Richard B. Johnson
2001-12-13 18:14         ` Bradley D. LaRonde
2001-12-13 18:34           ` Richard B. Johnson
2001-12-13 18:52             ` Bradley D. LaRonde
2001-12-13 19:41               ` Richard B. Johnson
2001-12-13 20:09                 ` Bradley D. LaRonde
     [not found]                 ` <08d701c18412/mnt/tmp/sendmee91d2c0601010a@prefect>
2001-12-18  1:27                   ` Pavel Machek
2001-12-14 11:03     ` Catalin Marinas
2001-12-13 17:49   ` David Woodhouse
2001-12-13 18:06     ` Bradley D. LaRonde
2001-12-13 20:38 ` H. Peter Anvin
2001-12-13 20:52   ` Bradley D. LaRonde
2001-12-14  9:45 ` David Woodhouse
2001-12-14 15:27   ` Bradley D. LaRonde
2001-12-14 16:51   ` David Woodhouse
2001-12-14 17:02     ` Bradley D. LaRonde
2001-12-14 17:03     ` David Woodhouse
2001-12-14 17:12       ` Bradley D. LaRonde
2001-12-14 17:16       ` David Woodhouse
2001-12-14 17:27         ` Bradley D. LaRonde
2001-12-16  9:51     ` Christoph Rohland
2002-01-23  8:01     ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).