hw04/README.md

288 B

HW04

Filesystem demo for CSUF's Operating Systems class. Developed in conjunction with Chris.

Building

$ gcc *.h *.c -o fs

Running

$ ./fs

Todo

  1. fs_write needs to handle filesizes better
  2. write better test cases