genode/repos/os
Martin Stein 4927a6f679 nic_router: multiple interfaces at one domain
Act as hub for the interfaces at a domain. This also changes the roles of the
Domain and Interface classes. By now the Interface held the data structures for
the ARP cache, foreign ARP waiters, and the searchtrees for layer 3 links. All
these structures have moved to the Domain while the memory allocations and
lifetime management for the contents of these structures still come from from
the according Interface object. The mentioned data structures were also adapted
to fit the fact that they now may maintain objects of different interfaces.

Issue #2609
2017-12-21 15:01:53 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include Add millisecond accessor to Genode::Duration value object 2017-12-21 15:01:51 +01:00
lib sd_card: cleanup driver library structure 2017-06-29 11:59:58 +02:00
recipes os: add app to transform kernel/core output to LOG 2017-12-21 15:01:48 +01:00
run os: add app to transform kernel/core output to LOG 2017-12-21 15:01:48 +01:00
src nic_router: multiple interfaces at one domain 2017-12-21 15:01:53 +01: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.