L4Re/departure

docs/wiki/Filesystems

360:92c5f6aa8c36
2022-06-12 Paul Boddie Reintroduced PagerObject code generation required to initiate servers. mmap-region-flags
     1 = Filesystems =     2      3 This distribution aims to provide components and libraries to implement and     4 deliver filesystem access in the L4 Runtime Environment.     5      6 == Topics ==     7      8  * [[ClientLibrary|Client Library]] - convenience functions and structures to     9    access filesystem objects    10  * [[Components]] - server objects exposed at the system level that support    11    filesystem access    12  * [[FilesystemAccess|Filesystem Access]] - objects within filesystem servers    13    that manage filesystem resources and content    14  * [[Paging]] - the mechanism by which filesystem content is provided for use    15    by client programs    16  * [[Users]]