blob: f45cb3bd7d37e601c1193bee855a47117142cc37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
## ramfs.c
Unused
|