diff options
author | Galen Sagarin <gps5307@rit.edu> | 2025-05-06 15:17:19 -0400 |
---|---|---|
committer | Galen Sagarin <gps5307@rit.edu> | 2025-05-06 15:17:19 -0400 |
commit | b01a4966bb098822792260d54375d74e28079836 (patch) | |
tree | c7c21004b874846e3315b4a0924de587d10aa3bf /docs/FS.md | |
parent | Merge branch 'main' of https://github.com/kenshineto/kern (diff) | |
download | comus-b01a4966bb098822792260d54375d74e28079836.tar.gz comus-b01a4966bb098822792260d54375d74e28079836.tar.bz2 comus-b01a4966bb098822792260d54375d74e28079836.zip |
FS.md documentation
Diffstat (limited to '')
-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 |