genode/repos/ports
Norman Feske 4475ac10d6 noux: reduce stack usage
By not placing the sysio buffer (16 KiB) on the stack, we can call
'noux_syscall' from the initial thread. This is needed to issue fork
from the suspend callback, which is executed by the initial thread.
2016-12-14 11:22:28 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include nova: support to run VBox vCPUs within same PD 2016-11-30 13:38:06 +01:00
lib vbox: update to 5.1.10 2016-11-30 13:37:05 +01:00
mk ports: GNU build-system support for non-noux pkgs 2016-10-21 12:39:29 +02:00
ports vbox: update to 5.1.10 2016-11-30 13:37:05 +01:00
run Build dynamically linked executables by default 2016-12-14 11:22:27 +01:00
src noux: reduce stack usage 2016-12-14 11:22:28 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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'.