Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
AXFS
Compressed read-only file system

AXFS (Advanced XIP Filesystem) is a compressed read-only file system for Linux, initially developed at Intel, and now maintained at Numonyx. It was designed to use execute in place (XIP) alongside compression aiming to reduce boot and program load times, while retaining a small memory footprint for embedded devices. This is achieved by mixing compressed and uncompressed pages in the same executable file. AXFS is free software licensed under the GPL.

Cramfs is another read-only compressed file system that supports XIP (with patches); however, it uses a strategy of decompressing entire files, whereas AXFS supports XIP with page granularity.

We don't have any images related to AXFS yet.
We don't have any YouTube videos related to AXFS yet.
We don't have any PDF documents related to AXFS yet.
We don't have any Books related to AXFS yet.
We don't have any archived web articles related to AXFS yet.

See also

  • Free and open-source software portal

Further reading

References

  1. Jonathan Corbet, (August 26, 2008) AXFS: a compressed, execute-in-place filesystem, lwn.net https://lwn.net/Articles/295545/

  2. Justin Treon, (2008-05-09) "Demystifying embedded code storage". Archived from the original on 2012-09-03., LinuxDevices.com, "There are two XIP-enabled Linux filing systems that can be used for a Balanced XIP implementation: Linear XIP CRAMFS and AXFS. The Linear XIP CRAMFS decompresses files on a file-by-file basis, whereas AXFS decompresses files on a page-by-page basis offering more optimal Flash usage." https://archive.today/20120903134354/http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Demystifying-embedded-code-storage/