genode/repos/ports
Martin Stein 1d2649b49a nic_router: act as "Uplink" server
Let the NIC router provide an Uplink service besides the Nic service that it
already provided. Requests for an Uplink session towards the NIC router are
assigned to Domains using the same <policy> configuration tags that are used in
order to assign Nic session requests. The MAC addresses of Uplink session
components are _NOT_ considered during the allocation of MAC addresses for NIC
session components at the same Domain. The task of avoiding MAC address clashes
between Uplink session components and Nic session components is therefore left
to the integrator. Apart from that, Uplink session components are treated by
the NIC router like any other interface.

Ref #3961
2021-01-25 13:57:43 +01:00
..
doc Replace libc_pipe plugin by VFS pipe plugin 2020-07-30 08:49:24 +02:00
include/vmm nova: remove obsolete local vcpu case 2020-07-30 08:49:23 +02:00
lib Move drivers/input/spec/ps2 to drivers/ps2 2020-08-25 11:50:09 +02:00
mk Replace ENV make variable with MKENV. 2019-11-19 14:42:23 +01:00
ports vm_session(x86): support cstar register 2020-12-09 14:02:12 +01:00
recipes terminal: use GUI session directly 2020-12-23 13:38:31 +01:00
run nic_router: act as "Uplink" server 2021-01-25 13:57:43 +01:00
src vm_session(x86): support cstar register 2020-12-09 14:02:12 +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'.