From b01a4966bb098822792260d54375d74e28079836 Mon Sep 17 00:00:00 2001 From: Galen Sagarin Date: Tue, 6 May 2025 15:17:19 -0400 Subject: FS.md documentation --- docs/FS.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/FS.md') diff --git a/docs/FS.md b/docs/FS.md index e69de29..f45cb3b 100644 --- a/docs/FS.md +++ b/docs/FS.md @@ -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 -- cgit v1.2.3-freya