genode/repos/dde_rump/src/lib/vfs/rump/README
Emery Hemingway 4c7ab07480 Rump kernel VFS plugin
Tests at libc_vfs_ext2, libc_vfs_fs_ext2.

Fix #1752
Ref #2224
2017-01-13 13:07:12 +01:00

5 lines
340 B
Plaintext

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.