genode/repos/os/src/server/rom_block
Emery Hemingway a7a0d3fe63 Refactor Tup, flatten output directories
Make no attempt to replicate the depot layout.
2019-10-28 11:32:29 +01:00
..
main.cc block_session: server-defined payload alignment 2019-05-03 13:53:12 +02:00
README Consistently name block components 2019-01-14 12:34:39 +01:00
target.mk Consistently name block components 2019-01-14 12:34:39 +01:00
Tupfile Refactor Tup, flatten output directories 2019-10-28 11:32:29 +01: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"/>