Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 18 and Version 19 of Developer/FileSystems


Ignore:
Timestamp:
01/10/09 00:26:28 (15 years ago)
Author:
JoelSherrill
Comment:

Use TOC right macro

Legend:

Unmodified
Added
Removed
Modified
  • Developer/FileSystems

    v18 v19  
    22
    33
    4 {| border="0" cellpadding="5" cellspacing="0" align="right"
    5 |-
    6 ! style="background:#efefef;" |
    7 |}
     4
     5[[TOC(Developer/FileSystems, depth=2)]]
     6
    87
    98RTEMS provides support for file systems. The POSIX standard and the Single Unix Specification define a range of calls that allow applications to access and control files on a file system. Embedded systems have evolved to allow support for file systems and files. Files are a well understood means of managing various forms of data on desktop and server type system and the same can also apply to embedded system with some obvious constraints.