genode/repos/os
Sebastian Sumpf 300cdc435d expanding_report: make expandable for XML node generation
'generate(Xml_node node)', as used by the Sculpt manager, calls this
function instead of the lambda version. The 'report' function of the
'Genode::Reporter' does not throw an exception in case there is not
enough backing storage for the 'generate' request. Therefore, we have to
check this condition in a loop and call '_increase_report_buffer' in
case size limits are reached.

Patch by Norman Feske.

issue #4369
2022-02-15 16:13:53 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include expanding_report: make expandable for XML node generation 2022-02-15 16:13:53 +01:00
lib os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
recipes black_hole: provide Uplink service 2022-02-15 15:28:58 +01:00
run sd_card_bench.run: assign 'managing_system' role 2022-02-15 15:18:04 +01:00
src black_hole: provide Uplink service 2022-02-15 15:28:58 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.