17 lines
167 B
Markdown
17 lines
167 B
Markdown
|
# HW04
|
||
|
|
||
|
## Building
|
||
|
```text
|
||
|
$ gcc *.h *.c -o fs
|
||
|
```
|
||
|
|
||
|
## Running
|
||
|
```text
|
||
|
$ ./fs
|
||
|
```
|
||
|
|
||
|
## Todo
|
||
|
|
||
|
1. `fs_write` needs to handle filesizes better
|
||
|
1. write better test cases
|