genode/repos/dde_rump/src/lib/vfs/rump
2019-11-19 14:17:30 +01:00
..
random.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
README rump: add knob to set memlimit 2018-05-03 15:31:23 +02:00
target.mk Vfs Rump watch support 2018-04-10 11:11:51 +02:00
vfs_rump.cc vfs: add modification time member to directory_service 2019-11-19 14:17:30 +01:00

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.