Implementation of a simple file system with indexed allocation
- simplefs.c
- simplefs.h
- Makefile
- test.c (contains the experiments for the tests)
- report.pdf (contains experimental results)
- Project4.pdf (project description)
- cd to the project directory.
- compilation and linking done by:
$ make
$ make clean
$ make
$ ./create_format <FILENAME> <SIZE>
$ ./app <FILENAME>
$ ./test