genode/repos/os/src/app/rom_to_file
Ehmry - a7a0d3fe63 Refactor Tup, flatten output directories
Make no attempt to replicate the depot layout.
2019-10-28 11:32:29 +01:00
..
README Component writing a ROM into a file-system session 2016-04-25 10:47:59 +02:00
Tupfile Refactor Tup, flatten output directories 2019-10-28 11:32:29 +01:00
main.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
target.mk rom_to_file: remove Server library 2017-02-28 12:59:30 +01:00

README

The rom_to_file component requests a ROM session and writes the content of the
ROM dataspace to a File_system. It responds to configuration and ROM-module
updates.

The name of the ROM module must be specified via the 'rom' attribute of the
components '<config>' node

! <config rom="pointer"/>

See run/rom_to_file.run for an example.