genode/repos/os
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 Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: introduce new "Uplink" session 2021-01-25 13:48:09 +01:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes nic_router: act as "Uplink" server 2021-01-25 13:57:43 +01:00
run nic_router: act as "Uplink" server 2021-01-25 13:57:43 +01:00
src nic_router: act as "Uplink" server 2021-01-25 13:57:43 +01:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.