genode/os/src/server/rom_loopdev
2013-10-22 08:00:07 +02:00
..
main.cc base: do not allow unnamed threads 2013-10-22 08:00:07 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +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"/>