mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 04:54:12 +00:00
1fce8d0d74
Add a "writeable" policy option to the ahci_drv and part_blk Block servers and default from writeable to ready-only. Should a policy permit write acesss the session request argument "writeable" may still downgrade a session to ready-only. Fix #2469 |
||
---|---|---|
.. | ||
main.cc | ||
README | ||
target.mk |
ROM loop device is an implementation of the block-session interface running as a client of a ROM session. It exports the requested ROM file as a block device, similiar to loop devices known in Linux. The example shows how to choose the right ROM file in its configuration and how to configure the exported block size. ! <config file="image.iso" block_size="2048"/>