paul@142 | 1 | = Filesystems = |
paul@142 | 2 | |
paul@142 | 3 | This distribution aims to provide components and libraries to implement and |
paul@142 | 4 | deliver filesystem access in the L4 Runtime Environment. |
paul@142 | 5 | |
paul@142 | 6 | == Topics == |
paul@142 | 7 | |
paul@359 | 8 | * [[ClientLibrary|Client Library]] - convenience functions and structures to |
paul@359 | 9 | access filesystem objects |
paul@359 | 10 | * [[Components]] - server objects exposed at the system level that support |
paul@359 | 11 | filesystem access |
paul@359 | 12 | * [[FilesystemAccess|Filesystem Access]] - objects within filesystem servers |
paul@359 | 13 | that manage filesystem resources and content |
paul@359 | 14 | * [[Paging]] - the mechanism by which filesystem content is provided for use |
paul@359 | 15 | by client programs |
paul@183 | 16 | * [[Users]] |