Hi,
Since my question of yesterday, I have fund some things.
If I understand well :
VFS is the virtual filesystem which give to system the methods to use real filesystem.
In my case, real filesystem must be in RAM.
So, which filesystem must I use ?
cramfs is on RAM, but I have read somewhere that root can't be mount in cramfs. it's right ?
With 2.4 kernel that I have used, filesystem is already include in file "image.bin" which seems to be a concatenation of linux kernel "linux.bin" and filesystem "romfs.img"...
In 2.6 kernel, I have only "vmlinux.bin" and filesystem "cramfs.big" or "routfs.jffs2" or others ...
How can I install my filesystem (and where) and link it to VFS.
Thanks,
Pierrick