mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
c4c43ffc9d
Access to a block session is provided by using the block file system. By specifying the label, each block session request can be routed to the proper block session provider: ! <fstab> ! ... ! <dir name="dev"> ! <block name="blkdev0" label="block_session_0" /> ! </dir> ! ... ! </fstab> In addition to this file system, support for the DIOCGMEDIASIZE ioctl request was added. This request is used by FreeBSD and therefore our libc to query the size of the block device in bytes. Fixes #1010. |
||
---|---|---|
.. | ||
noux_session | ||
vmm |