Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 544 Bytes

File metadata and controls

21 lines (13 loc) · 544 Bytes

File System

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

Running the tests

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.