summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGalen Sagarin <gps5307@rit.edu>2025-05-06 19:23:26 -0400
committerGalen Sagarin <gps5307@rit.edu>2025-05-06 19:23:26 -0400
commit8abec43e033efff71c949f97048dc5816e64abd2 (patch)
tree00e7fba37dab87d88a3644739ae035e7644aee01 /docs
parentedited a bit of documentation for tar.c (diff)
downloadcomus-8abec43e033efff71c949f97048dc5816e64abd2.tar.gz
comus-8abec43e033efff71c949f97048dc5816e64abd2.tar.bz2
comus-8abec43e033efff71c949f97048dc5816e64abd2.zip
finished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere near implemented.documentationBranch
Diffstat (limited to 'docs')
-rw-r--r--docs/FS.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/FS.md b/docs/FS.md
index f45cb3b..119e0a0 100644
--- a/docs/FS.md
+++ b/docs/FS.md
@@ -13,7 +13,3 @@ File system handling
Tar file system implementation (uses USTar).
- allows for file operations
- notably, tar does not allow for writing
-
-## ramfs.c
-
-Unused