genode/repos/os/src/app/rom_to_file
Emery Hemingway 59ab4ef6bc Tupify
Implement a graph-based build system.
2019-10-03 21:25:36 +02:00
..
main.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
README Component writing a ROM into a file-system session 2016-04-25 10:47:59 +02:00
target.mk rom_to_file: remove Server library 2017-02-28 12:59:30 +01:00
Tupfile Tupify 2019-10-03 21:25:36 +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.