Back to home page

LXR

 
 

    


Warning, /cpukit/libfs/README.md is written in an unsupported language. File is not indexed.

0001 libfs
0002 =====
0003 
0004 This directory contains for the "file system" library. All supported
0005 file systems live under this tree.
0006 
0007 Currently the supported file systems in this library are:
0008 
0009 - IMFS or In Memory File System
0010 
0011    This is the only root file system on RTEMS at the moment. It supports
0012    files, directories, device nodes and mount points. It can also be
0013    configured to be the miniIMFS.
0014 
0015 - TFTP and FTP filesystem are part of the libnetworking library.
0016 
0017 - DEVFS or Device File system
0018 
0019 - DOSFS, a FAT 12/16/32 MSDOS compatible file system.
0020 
0021 - NFS Client, can mount NFS exported file systems.
0022 
0023 - PIPE, a pipe file system.
0024 
0025 - RFS, The RTEMS File System.
0026 
0027 --Chris Johns and Joel Sherrill
0028   17 Feb 2010