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

Changes between Version 29 and Version 30 of Developer/FileSystems


Ignore:
Timestamp:
09/20/13 12:53:20 (11 years ago)
Author:
Sh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/FileSystems

    v29 v30  
    2525# IMFS or In Memory File System
    2626# MiniIMFS Minimal In Memory File System
     27# JFFS2 or Journalling Flash File System, Version 2
    2728# TFTP or Trivial File Transfer Protocol File System
    2829# FTP or File Transfer Protocol File System
     
    5657
    5758The RTEMS File System or RFS is a block based fully standard file system that support directories, files, nodes, links and symbolic links. It is fully integrated into RTEMS libblock and libc file system support. The file system can scale from 1.5M flash disks using the flash disk driver to 120G ATA hard disks. The [wiki:TBR/UserManual/RTEMS_File_System RTEMS File System] provides details about the file system.
     59= Journalling Flash File System, Version 2 =
     60
     61
     62The [http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group__JFFS2.html JFFS2] port to RTEMS is based on files from Linux 3.11 and eCos.
    5863= TFTP File System =
    5964