diff options
author | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-05-06 15:29:20 -0400 |
---|---|---|
committer | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-05-06 15:29:20 -0400 |
commit | bf76aec3231f2e3ecdadefa8c11064de36c4dec6 (patch) | |
tree | 9e04c4944ea39df9a90df9485c053a9ac631b588 /docs | |
parent | documentation for ata (diff) | |
parent | Merge pull request #2 from kenshineto/documentationBranch (diff) | |
download | comus-bf76aec3231f2e3ecdadefa8c11064de36c4dec6.tar.gz comus-bf76aec3231f2e3ecdadefa8c11064de36c4dec6.tar.bz2 comus-bf76aec3231f2e3ecdadefa8c11064de36c4dec6.zip |
Merge branch 'main' of github.com:kenshineto/kern
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 |