summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/README')
-rw-r--r--cpukit/libfs/README24
1 files changed, 20 insertions, 4 deletions
diff --git a/cpukit/libfs/README b/cpukit/libfs/README
index 7409b93dca..dfd7682099 100644
--- a/cpukit/libfs/README
+++ b/cpukit/libfs/README
@@ -5,9 +5,25 @@
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.
+Currently the supported file systems in this library are:
+
+- IMFS or In Memory File System
+
+ This is the only root file system on RTEMS at the moment. It supports
+ files, directories, device nodes and mount points. It can also be
+ configured to be the miniIMFS.
+
+- TFTP and FTP filesystem are part of the libnetworking library.
+
+- DEVFS or Device File system
+
+- DOSFS, a FAT 12/16/32 MSDOS compatible file system.
+
+- NFS Client, can mount NFS exported file systems.
+
+- PIPE, a pipe file system.
+
+- RFS, The RTEMS File System.
--Chris Johns and Joel Sherrill
-18 October 2000
+ 17 Feb 2010