genode/os/src/server/ram_blk
2014-02-25 14:58:09 +01:00
..
main.cc ram_blk: Writable loopback device 2014-02-25 14:58:09 +01:00
README ram_blk: Writable loopback device 2014-02-25 14:58:09 +01:00
target.mk ram_blk: Writable loopback device 2014-02-25 14:58:09 +01:00

RAM loop device is an implementation of the block-session interface
running as a client of a RAM 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"/>