source: rtems/cpukit/libfs/README @ 3c96bee

4.115
Last change on this file since 3c96bee was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 685 bytes
Line 
1This directory contains for the "file system" library. All supported
2file systems live under this tree.
3
4Currently the supported file systems in this library are:
5
6- IMFS or In Memory File System
7
8   This is the only root file system on RTEMS at the moment. It supports
9   files, directories, device nodes and mount points. It can also be
10   configured to be the miniIMFS.
11
12- TFTP and FTP filesystem are part of the libnetworking library.
13
14- DEVFS or Device File system
15
16- DOSFS, a FAT 12/16/32 MSDOS compatible file system.
17
18- NFS Client, can mount NFS exported file systems.
19
20- PIPE, a pipe file system.
21
22- RFS, The RTEMS File System.
23
24--Chris Johns and Joel Sherrill
25  17 Feb 2010
Note: See TracBrowser for help on using the repository browser.