blob: 119e0a01f103c9b996af505335c2d51bd5fe487d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Fs
File system related
## fs.c
File system handling
- handles disk reading and writing
- handles files
## tar.c
Tar file system implementation (uses USTar).
- allows for file operations
- notably, tar does not allow for writing
|