FreeBSD's embedded agenda

Poul-Henning Kamp phk at phk.freebsd.dk
Thu May 25 10:36:21 PDT 2006


In message <4475E99C.5000502 at nortel.com>, "Andrew Atrens" writes:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Seems to me you'd want a kernel that could boot off raw
>flash and run in RAM off a small RAM disk.
>
>Said kernel would have a low level driver that makes plain
>old flash chips look (and behave) like a disk. It would support
>wear-levelling, [...]
>
>Then you could throw FFS on top of that.

This is exactly what you do not want to do.

You want to write a flash friendly filesystem which knows what
a flash is, and which does the wear levelling internally.

The reason Flash Adaptation Layers came about in the first place
is that W95 didn't support anything but FAT.

Don't propagate that mistake.


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-small mailing list