hw04/README.md

19 lines
288 B
Markdown
Raw Permalink Normal View History

2020-04-25 03:14:20 -07:00
# HW04
2021-02-22 13:24:08 -08:00
Filesystem demo for CSUF's Operating Systems class. Developed in conjunction with [Chris](https://github.com/cdnutter).
2020-04-25 03:14:20 -07:00
## Building
```text
$ gcc *.h *.c -o fs
```
## Running
```text
$ ./fs
```
## Todo
1. `fs_write` needs to handle filesizes better
1. write better test cases