genode/repos/base-foc
Norman Feske 62b1c55399 Integrate CAP session into PD session
This patch integrates the functionality of the former CAP session into
the PD session and unifies the approch of supplementing the generic PD
session with kernel-specific functionality. The latter is achieved by
the new 'Native_pd' interface. The kernel-specific interface can be
obtained via the Pd_session::native_pd accessor function. The
kernel-specific interfaces are named Nova_native_pd, Foc_native_pd, and
Linux_native_pd.

The latter change allowed for to deduplication of the
pd_session_component code among the various base platforms.

To retain API compatibility, we keep the 'Cap_session' and
'Cap_connection' around. But those classes have become mere wrappers
around the PD session interface.

Issue #1841
2016-03-07 12:34:44 +01:00
..
config foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
doc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
lib/mk Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
ports foc: added Exyonos4 IRQ patches 2015-07-01 14:57:43 +02:00
run base: remove cap_integrity test (fix #1536) 2015-05-26 09:40:04 +02:00
src Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
Makefile base-foc: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.