genode/repos/dde_rump/src/lib/vfs/rump
2017-02-07 11:12:29 +01:00
..
random.cc Rump kernel VFS plugin 2017-01-13 13:07:12 +01:00
README Rump kernel VFS plugin 2017-01-13 13:07:12 +01:00
target.mk Rump kernel VFS plugin 2017-01-13 13:07:12 +01:00
vfs_rump.cc Support select in libc VFS plugin by read_ready() 2017-02-07 11:12:29 +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 takes two arguments:
'fs' specifies the file system type, and 'writeable' specifies if the
mount is read only or writeable, 'writeable' defaults to true.