mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 23:20:55 +00:00
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