summaryrefslogtreecommitdiffstats
path: root/c/src/libfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libfs/README')
-rw-r--r--c/src/libfs/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/libfs/README b/c/src/libfs/README
new file mode 100644
index 0000000000..7409b93dca
--- /dev/null
+++ b/c/src/libfs/README
@@ -0,0 +1,13 @@
+#
+# $Id$
+#
+
+This directory contains for the "file system" library. All supported
+file systems live under this tree.
+
+Currently the only supported file systems in this library are the IMFS
+and miniIMFS. The TFTP client filesystem is part of the libnetworking
+library.
+
+--Chris Johns and Joel Sherrill
+18 October 2000