mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
b78b2c7ac9
This patch replaces the dynamic use of Attached_rom_dataspace by a new Rom_handler utility, which implicitly covers the initial import of content (safely using 'local_submit'), the registration of the signal handler, passes the Xml_node to the handler function (no need to manually call 'update'), and provides scoped access to the content via a 'with_xml' method. The latter reinforces a programming style that does not need to copy Xml_node objects. Issue #5150 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.