Toy implementation of a sample FAT filesystem.
Designed for Temple University's CIS 3207 class (hence, TU FS), but I was pretty proud of it, so I decided to publish it :)
Requires readline and ncurses system libraries.
To build the lib and REPL:
./build-all.shRunning the REPL:
./build/tufsimplTo build only the lib:
./build-lib.sh