genode/repos/dde_rump/src/lib/vfs/rump
Norman Feske cfba429c15 vfs/rump: offer all files as read-writeable
The distinction between read-only and read-writeable is the
responsibility of the front end, i.e., the vfs server.
2019-11-21 14:25:05 +01:00
..
README rump: add knob to set memlimit 2018-05-03 15:31:23 +02:00
random.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.mk Vfs Rump watch support 2018-04-10 11:11:51 +02:00
vfs_rump.cc vfs/rump: offer all files as read-writeable 2019-11-21 14:25:05 +01:00

README

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.