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:43:55 -0400
commitc1fa3f27ea5f3698ae692534b3d658e4f11bede1 (patch)
tree86f83af449f93ad14cb27a9c25dd0880564755ca /docs
parentedited a bit of documentation for tar.c (diff)
downloadcomus-c1fa3f27ea5f3698ae692534b3d658e4f11bede1.tar.gz
comus-c1fa3f27ea5f3698ae692534b3d658e4f11bede1.tar.bz2
comus-c1fa3f27ea5f3698ae692534b3d658e4f11bede1.zip
finished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere near implemented.
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