mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
This patch adjusts the run script in two ways: It removes the reliance on init's formerly built-in resource-request handling by increasing the RAM quota for the backdrop instances. Since commit "init: explicit response to resource requests", init no longer hands out slack memory automatically. Second, it makes sure that the backdrop appears under the precise label "backdrop" at nitpicker by facilitating init's label-rewriting feature. Without explicitly setting the label to "backdrop", nitpicker observes the label "backdrop -> backdrop" (the first part comes from init, the second part comes from the nitpicker-session argument specified by backdrop itself). However, the client is only considered as default background if labeled as "backdrop" (see nitpicker's '_create_session') implementation. Issue #2352
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'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.