genode/repos/os/src/app/rom_to_file/README
2016-04-25 10:47:59 +02:00

11 lines
336 B
Plaintext

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.