genode/repos/os/src/app/rom_logger
Ehmry - a7a0d3fe63 Refactor Tup, flatten output directories
Make no attempt to replicate the depot layout.
2019-10-28 11:32:29 +01:00
..
README app/rom_logger: base API transition, hexdump output 2016-11-30 13:37:04 +01:00
Tupfile Refactor Tup, flatten output directories 2019-10-28 11:32:29 +01:00
main.cc os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
target.mk app/rom_logger: base API transition, hexdump output 2016-11-30 13:37:04 +01:00

README

The rom_logger component requests a ROM session and writes the content of the
ROM dataspace to the LOG. 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. For example: '<config rom="pointer"/>'.

The output format may be also be specified via a 'format' attribute. The options are
'text'and 'hexdump', with the former as a default.