mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
edfd90a1bc
block_number is Block::sector_t (uint64_t), which never can by less than 0. Fixes #1142. |
||
---|---|---|
.. | ||
main.cc | ||
README | ||
target.mk |
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"/>