This project consisted of creating a file system in a mini OS.
- Makefile
- README.md - This README
- helpers - Helper code implementing access to bitmaps and blocks
- nufs.c - The main file of the file system driver
- test.pl - Tests to exercise the file system
To install an additional package to run the provided tests:
$ sudo apt-get install libtest-simple-perl
Then using make test will run the provided tests.