Changes between Version 22 and Version 23 of FSDesign


Ignore:
Timestamp:
2009-11-17T17:49:32Z (14 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FSDesign

    v22 v23  
    163163As mentioned above, each endpoint file system server needs to implement the VFS output protocol. Through the polymorphism this offers, HelenOS currently supports the following file system types (and we believe that more can be added):
    164164
    165  * TMPFS --- a custom memory based file system without an on-disk format and permanent storage
     165 TMPFS::
     166 A custom memory based file system without an on-disk format and permanent storage.
    166167
    167  * FAT16 --- a well known, non-Unix like file system with simple on-disk format
     168 FAT16::
     169 A well known, non-Unix like file system with simple on-disk format.
    168170
    169  * DEVFS --- a custom pseudo file system
     171 DEVFS::
     172 A custom pseudo file system for representing devices in the file system.
     173
     174