genode/repos/os/src/server/rom_blk
Emery Hemingway 1fce8d0d74 default ahci_drv and part_blk Block sessions to read-only
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
2017-08-28 16:49:51 +02:00
..
main.cc default ahci_drv and part_blk Block sessions to read-only 2017-08-28 16:49:51 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk block layer: transition to new API 2016-08-29 17:23:20 +02:00

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"/>