This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Romfs" – news · newspapers · books · scholar · JSTOR (April 2013) (Learn how and when to remove this message) |
Other | |
---|---|
Supported operating systems | Unix-like systems |
In computing, romfs (ROM filesystem) is an extremely simple file system lacking many features, intended for burning important files onto an EEPROM. It is available on Linux, and possibly other Unix-like systems.
It is very useful as an initial ROM holding kernel modules that can be loaded later as needed. It is very small, code wise.
The description of the filesystem layout is available on LXR – romfs.rst.
Bo Brantén has created a RomFS file system driver for Windows NT/2k/XP.
Nikolay Aleksandrov has written RomFS image extraction and manipulation tool called romfser. Primarily targeted at the BSD family of operating systems because they lack support for RomFS.
References
This Linux-related article is a stub. You can help Misplaced Pages by expanding it. |