Commit Graph

5 Commits (master)

Author SHA1 Message Date
Able c28713c202
ported to modern rust 2022-02-07 22:18:39 -06:00
Szymon Walter 1fe6dd820b add genfs; port existing fs operations to `genfs` 2018-03-24 12:06:34 +01:00
Szymon Walter 808a805a48 Add Thread-safe version of the ext2 implementation
The `Synced<T>` struct is a wrapper over the `Ext2` struct. It
guarantees thread safety through an `Arc` and a spinlock
(`spin::Mutex`).

The `fs::sync` mod provides Thread-safe versions of structs found in `fs`.
2018-03-22 11:07:33 +01:00
Szymon Walter 110d2ff415 add `no_std` as default feature 2018-03-19 13:29:22 +01:00
Szymon Walter 062e4847e1 add project files 2018-03-18 17:41:56 +01:00