diff options
author | gps5307 <113378729+gps5307@users.noreply.github.com> | 2025-05-06 15:20:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 15:20:14 -0400 |
commit | 15a40f2f1117d8243aabf335948b25b53133621f (patch) | |
tree | a862a555883069a757690b33cf3b2beff2a931e2 /docs | |
parent | add unfinished forkman game and syscalls (diff) | |
parent | FS.md documentation (diff) | |
download | comus-15a40f2f1117d8243aabf335948b25b53133621f.tar.gz comus-15a40f2f1117d8243aabf335948b25b53133621f.tar.bz2 comus-15a40f2f1117d8243aabf335948b25b53133621f.zip |
Merge pull request #2 from kenshineto/documentationBranch
Documentation branch
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 |