genode/repos/base-foc
Stefan Kalkowski 458b4d6fc4 base: redesign object pool using lambda interface
Instead of returning pointers to locked objects via a lookup function,
the new object pool implementation restricts object access to
functors resp. lambda expressions that are applied to the objects
within the pool itself.

Fix #884
Fix #1658
2015-09-09 15:14:28 +02: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 base: remove pager code from public API 2015-07-01 14:46:15 +02:00
lib/mk foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
mk foc: Odroid-X2 basic support 2015-07-21 09:28:25 +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 base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02: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.