mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
Nowadays, we use standard command-line tools like vim to edit init configurations dynamically, which alleviates the need for a custom CLI. The CLI-monitor component was too limited for use cases like Sculpt anyway. The patch also removes the ancient (and untested for long time) terminal_mux.run script, which used to be the only remaining user of the CLI monitor. Issue #3512
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.