genode/repos/os
Norman Feske 7bac1ec7e5 Adapter for connecting input and event servers
This is an intermediate helper component for the transition of input
servers into event clients. It works analogously to the
input_event_bridge but it connects servers instead of clients.
In particular, it can act as glue between a traditional input driver
that provides an input service and the event filter that provides an
event service. Thanks to this component, each driver can be migrated to
the event-client interface individually.

Issue #3827
2020-08-25 11:49:43 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: use whole memory in Packet_allocator 2020-08-25 11:42:36 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes Adapter for connecting input and event servers 2020-08-25 11:49:43 +02:00
run Turn framebuffer drivers into capture clients 2020-07-13 11:33:15 +02:00
src Adapter for connecting input and event servers 2020-08-25 11:49:43 +02: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.