genode/repos/ports
Norman Feske b3e5357cf1 Adaptation to init refactoring
Since init no longer provides public headers, we have to adjust the
existing users of this headers. The 'init/child_config.h' is used only
by GDB monitor. So the patch moves the header there as an interim fix.
The 'init/child_policy.h' is still used by a few components, so we have
to keep a trimmed-down version of it for now.
2017-03-24 16:19:56 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include nova: use 'Native_cpu' component for thread initialization 2017-03-15 12:24:42 +01:00
lib virtualbox: require x86 platform 2017-03-15 13:13:24 +01:00
mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
ports vbox: show guest additions version 2017-03-15 12:32:24 +01:00
run Rename Linux audio driver to linux_audio_drv 2017-03-15 12:32:27 +01:00
src Adaptation to init refactoring 2017-03-24 16:19:56 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.