genode/base-foc
Stefan Kalkowski 54e08cfed5 Fiasco.OC: make capability ref-counter thread-safe
Introduce process global spin-lock for Cap_index's reference-counter
to avoid non-atomic increment/decrement of the counter. Here, we don't
use a static Spinlock object, because it's constructor wouldn't be
initialized before used for the first time.
2012-05-29 13:55:00 +02:00
..
config Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
doc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Fiasco.OC: make capability ref-counter thread-safe 2012-05-29 13:55:00 +02:00
lib/mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
patches Fiasco.OC: fix l4_caps_equal kernel patch 2012-05-29 13:55:00 +02:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Fiasco.OC: make capability ref-counter thread-safe 2012-05-29 13:55:00 +02:00
Makefile Check for required tools on 'make prepare' 2012-05-29 13:55:00 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01: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.