genode/base-foc
Stefan Kalkowski 074e522990 base-foc: introduce state in platform thread
When destroying a thread, which was not bound to a protection domain via kernel
primitives beforehand, it is critical to change the pager and exregs the thread
in the destruction process. Therefore, this commit introduces two thread states:
DEAD and RUNNING. On the basis of the thread state, we can decide whether to
reset the thread before destroying it, or not.
2013-03-26 17:59:44 +01:00
..
config foc: Add 'uboot' spec to Arndale 2013-02-25 16:45:48 +01:00
doc base-foc: remove links to obsolete initrd archives 2013-03-14 10:50:33 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include base-foc: Do not touch memory during map operation 2013-03-20 10:06:16 +01:00
lib/mk foc: Make context area configurable in core 2013-02-25 16:45:48 +01:00
mk foc: Add 'uboot' spec to Arndale 2013-02-25 16:45:48 +01:00
run Fiasco(.OC) KDB UART driver 2013-03-18 15:28:16 +01:00
src base-foc: introduce state in platform thread 2013-03-26 17:59:44 +01:00
Makefile foc: SVN revision r47 2013-02-25 16:45:49 +01: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.