mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
94f9e989df
If the Rom_session::update function returns false, the ROM dataspace may have been physically destructed (and core has removed all mappings). In this case, we have to omit the detach operation in the destructor of 'Attached_dataspace' to avoid detaching the same region twice. |
||
---|---|---|
.. | ||
include/gems | ||
lib/mk | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports', and 'qt4'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.