genode/repos/dde_rump/src/lib/vfs/rump
Norman Feske 114de7721f rump_fs: support the access of GEMDOS file systems
The GEMDOS variant is supported by NetBSD's msdos file-system driver.
However, it must explicitly be enabled by a mount flag. This patch
adds the principle ability for passing mount flags to file system
drivers and enables the MSDOSFSMNT_GEMDOSFS flag based on the
config attribute 'gemdos="yes"'.

Issue #3471
2019-08-21 12:37:00 +02: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 rump_fs: support the access of GEMDOS file systems 2019-08-21 12:37:00 +02: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.