/a-romfs-driver

It is a plain, robust and safe driver to work with romfs file images

Primary LanguageCGNU General Public License v2.0GPL-2.0

a-romfs-driver

It is a plain, robust and safe driver to work with romfs file images. Just make such an image by an appropriate program (for example, genromfs), convert it to a linkable object by gcc, as, objdump, ... (it can require a special linker script for some case), link it with the driver and use it.

The driver supports normal files, directories, hard and symbolic links.

It may be especially useful for the some special embedded systems or for a new OS development.