From 4cf933c62b5b433c0c45fc8bf0f00582a894da91 Mon Sep 17 00:00:00 2001
From: able <abl3theabove@gmail.com>
Date: Sat, 15 Jul 2023 06:16:00 -0500
Subject: [PATCH] TODO: Add some more info

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e8c6016..846e497 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,11 @@ TODO
         - PS/2 Keyboard driver
         - VGA driver
         - SVGA driver
-        - File system 
+        - File system
+            TarFS
+                Pass in a tar file as an initrd and parse it with TarFS
         - VFS
+                Being (written)[https://git.ablecorp.us/bee/ableos-vfs] by Bee
         - Disk driver
         - A ton more
 ```