Collaboration with https://github.com/dkim286
Go to file
A 416f0e372e free_alloc_chain() bugfix 2020-05-02 19:06:43 -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 free_alloc_chain() bugfix 2020-05-02 19:06:43 -07:00
filesystem.h file size bugfix 2020-05-01 10:52:15 -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