Collaboration with https://github.com/dkim286
Go to file
A b4594eeaa5 initial commit 2020-04-25 03:14:20 -07:00
disks initial commit 2020-04-25 03:14:20 -07:00
README.md initial commit 2020-04-25 03:14:20 -07:00
descriptor.c initial commit 2020-04-25 03:14:20 -07:00
disk.h initial commit 2020-04-25 03:14:20 -07:00
filesystem.c initial commit 2020-04-25 03:14:20 -07:00
filesystem.h initial commit 2020-04-25 03:14:20 -07:00
main.c initial commit 2020-04-25 03:14:20 -07:00
source.c initial commit 2020-04-25 03:14:20 -07:00

README.md

HW04

Building

$ gcc *.h *.c -o fs

Running

$ ./fs

Todo

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