Collaboration with https://github.com/dkim286
Go to file
dkim286 1c4ccb2311
Update README.md
2021-02-22 21:24:08 +00:00
disks initial commit 2020-04-25 03:14:20 -07:00
docs added docs for turn-in 2020-05-03 17:43:32 -07:00
README.md Update README.md 2021-02-22 21:24:08 +00:00
README_FIRST.txt added docs for turn-in 2020-05-03 17:43:32 -07:00
descriptor.c initial commit 2020-04-25 03:14:20 -07:00
disk.c renamed source.c to disk.c for clarity 2020-05-03 17:27:53 -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
hw04.zip added executable to the bundle 2020-05-03 17:49:47 -07:00
main.c tests for writing max-sized file 2020-05-03 17:08:37 -07:00

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

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