I developed an embedded system based on a soft core (lattice mico 32). I need to have a file system very reliable, not such as FAT32. This file system should be freeware.
I did a search in the web, and found that EXT3, EXT4 or EXT2 are reliable. Also QNX4 is very reliable. I found the sources under linux kernel, but in my system there is no operating system.
Does anybody knows how to port the kernel sources under a platform without any linux kernel ? Or does anybody know where to find a free library easily compilable with gcc of a reliable file system ?
Thanks,
Massimiliano