Re: Mounting a in-ROM filesystem efficiently

David Woodhouse (dwmw2@infradead.org)
Thu, 13 Dec 2001 17:49:00 +0000


orzel@kde.org said:
> Does it mean that NONE of the existing embedded linux is able to use
> a ROM directly as a filesystem ?? (either root fs or not)

Out of the box, no. XIP isn't that interesting. Most boxes have flash, and
flash is more expensive than RAM - so compression is more useful than XIP
in many cases. Obviously the two are mutually exclusive.

Writing to an XIP filesystem is fairly hard too.

--
dwmw2

- 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/