mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-17 10:19:48 +00:00
cfba429c15
The distinction between read-only and read-writeable is the responsibility of the front end, i.e., the vfs server. |
||
---|---|---|
.. | ||
random.cc | ||
README | ||
target.mk | ||
vfs_rump.cc |
The vfs_rump plugin enables access to block device backed file systems supported by the rump kernel. A single rump kernel is in use for any number of <rump> nodes. The configuration node needs two mandatory arguments: The 'fs' attribute specifies the file system type, and 'ram' limits the memory the plugin will use internally. The optional attribute 'writeable' specifies if the mount is read only or writeable; 'writeable' defaults to true.