genode/repos/gems
Norman Feske f81f075670 sculpt: allow for dynamic managed/system state
Until now, the /config/system ROM was not handled by the sculpt manager
but solely managed by the user. Its main purpose was the ability to
reset or power-down the machine by manually modifying the 'state'
attribute. However, down the road, we'd like to enable the sculpt
manager to drive this state, e.g., to implement the multi-staged
loading of drivers, or to drive suspend-resume states.

The support such scenarios, the 'system' state has been moved from
/config/system to /config/managed/system.
2022-10-12 12:09:35 +02:00
..
include gems: fix clipping in polygon_gfx/line_painter.h 2022-09-21 12:19:10 +02:00
lib Add missing shared-object link dependencies 2022-02-15 10:23:14 +01:00
ports port/cbe: update to newest version 2022-02-15 10:23:15 +01:00
recipes sculpt: use generic platform driver 2022-10-12 12:09:33 +02:00
run sculpt: allow for dynamic managed/system state 2022-10-12 12:09:35 +02:00
sculpt sculpt: allow for dynamic managed/system state 2022-10-12 12:09:35 +02:00
src sculpt: allow for dynamic managed/system state 2022-10-12 12:09:35 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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.