Collaboration with https://github.com/dkim286
1538ab79b9 | ||
---|---|---|
disks | ||
README.md | ||
descriptor.c | ||
disk.h | ||
filesystem.c | ||
filesystem.h | ||
main.c | ||
source.c |
README.md
HW04
Building
$ gcc *.h *.c -o fs
Running
$ ./fs
Todo
fs_write
needs to handle filesizes better- write better test cases