genode/repos/os/src/server/rom_block
Norman Feske 6b94e65a95 os: avoid using deprecated APIs
Issue #1987
Issue #3125
2019-01-30 13:49:54 +01:00
..
README Consistently name block components 2019-01-14 12:34:39 +01:00
main.cc os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
target.mk Consistently name block components 2019-01-14 12:34:39 +01:00

README

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