Hubbry Logo
search button
Sign in
AXFS
AXFS
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
AXFS
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the AXFS Wikipedia article. Here, you can discuss, collect, and organize anything related to AXFS. The purpose of the hub is to connect people, foster deeper k...
Add your contribution
AXFS

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.[1] 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.[2] - this access strategy allows for near-ideal performance in typical (for embedded/compressed filesystems starting an operating system and applications) scenarios.

See also

[edit]

References

[edit]
  1. ^ Jonathan Corbet, (August 26, 2008) AXFS: a compressed, execute-in-place filesystem, lwn.net
  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."

Further reading

[edit]
[edit]