2 releases
0.1.1 | Jul 18, 2024 |
---|---|
0.1.0 | Jul 18, 2024 |
#240 in Operating systems
1,241 downloads per month
36KB
706 lines
axfs_crates
Crates for building filesystems:
- axfs_vfs: Virtual filesystem interfaces.
- axfs_devfs: Device filesystem.
- axfs_ramfs: RAM filesystem.
lib.rs
:
Device filesystem used by ArceOS.
The implementation is based on axfs_vfs
.
Dependencies
~355KB