Update README.md
This commit is contained in:
parent
4df3713c9d
commit
7950185d3e
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -1 +1,9 @@
|
||||||
specification: [https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf](https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf)
|
# FUSE implementation for the FAT file system
|
||||||
|
|
||||||
|
End-to-end implementation of a FAT driver, with the goal of being able to mount disk image with complete read-write support.
|
||||||
|
|
||||||
|
Uses (fuser)[https://docs.rs/fuser/latest/fuser/] as the underlying FUSE library.
|
||||||
|
|
||||||
|
## Specification
|
||||||
|
|
||||||
|
[https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf](https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue