genode/repos/os/src/app/rom_to_file
2016-05-23 15:52:39 +02:00
..
main.cc Remove inconsistent use of 'is_' prefix 2016-05-23 15:52:39 +02:00
README Component writing a ROM into a file-system session 2016-04-25 10:47:59 +02:00
target.mk Component writing a ROM into a file-system session 2016-04-25 10:47:59 +02:00

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.