https://github.com/jmcph4/simplefs
Simple Unix-style filesystem in Rust
https://github.com/jmcph4/simplefs
filesystem filesystem-api filesystem-interaction filesystem-library osdev posix rust-crate systems-programming unix-like
Last synced: 3 months ago
JSON representation
Simple Unix-style filesystem in Rust
- Host: GitHub
- URL: https://github.com/jmcph4/simplefs
- Owner: jmcph4
- License: mit
- Created: 2019-12-31T05:45:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T10:07:18.000Z (over 5 years ago)
- Last Synced: 2025-03-22T10:42:35.014Z (3 months ago)
- Topics: filesystem, filesystem-api, filesystem-interaction, filesystem-library, osdev, posix, rust-crate, systems-programming, unix-like
- Language: Rust
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleFS #
SimpleFS is a Rust implementation of a very simple Unix-style filesystem.
Inspired by the [OS course at Notre Dame](https://www3.nd.edu/~pbui/teaching/cse.30341.fa17/project06.html).