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

Changes between Version 28 and Version 29 of Developer/FileSystems


Ignore:
Timestamp:
01/12/13 22:51:02 (11 years ago)
Author:
Mat
Comment:

"Contract" should be "Contact"

Legend:

Unmodified
Added
Removed
Modified
  • Developer/FileSystems

    v28 v29  
    1919The code and data size depends on the file system being used. A simple TFTP type file system has a small foot print but does require a networking stack. A block device file system such as the FAT file system has the overhead of implementing a full file system plus the cache.
    2020
    21 Real-time use of a file system is a complex issue and beyond the scope of this topic. Dr Joel Sherrill's PHD thesis studied real-time file-systems and concluded the whole system from application to driver needs to be considered when handling real-time data. You should contract Joel if you would like advise on this topic. Typically an application would read configuration type data into memory rather than use the file-system directly.
     21Real-time use of a file system is a complex issue and beyond the scope of this topic. Dr Joel Sherrill's PHD thesis studied real-time file-systems and concluded the whole system from application to driver needs to be considered when handling real-time data. You should contact Joel if you would like advise on this topic. Typically an application would read configuration type data into memory rather than use the file-system directly.
    2222
    2323RTEMS supports the following file systems: