Changes between Version 22 and Version 23 of FSDesign
- Timestamp:
- 2009-11-17T17:49:32Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FSDesign
v22 v23 163 163 As 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): 164 164 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. 166 167 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. 168 170 169 * DEVFS --- a custom pseudo file system 171 DEVFS:: 172 A custom pseudo file system for representing devices in the file system. 173 174