diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FS.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,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 |