Collaboration with https://github.com/dkim286
1c4ccb2311 | ||
---|---|---|
disks | ||
docs | ||
README.md | ||
README_FIRST.txt | ||
descriptor.c | ||
disk.c | ||
disk.h | ||
filesystem.c | ||
filesystem.h | ||
hw04.zip | ||
main.c |
README.md
HW04
Filesystem demo for CSUF's Operating Systems class. Developed in conjunction with Chris.
Building
$ gcc *.h *.c -o fs
Running
$ ./fs
Todo
fs_write
needs to handle filesizes better- write better test cases