Collaboration with https://github.com/dkim286
Go to file
A c698e987dc tests for writing max-sized file 2020-05-03 17:08:37 -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 fs_truncate(): trim EOF block down to size 2020-05-03 17:08:10 -07:00
filesystem.h file size bugfix 2020-05-01 10:52:15 -07:00
main.c tests for writing max-sized file 2020-05-03 17:08:37 -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