genode/base-foc
Stefan Kalkowski 5447c406e5 thread: rearrange thread context management
Use a bit allocator for the allocation management of thread contexts,
instead of holding allocation information within the Thread_base objects,
which lead to race conditions in the past.

Moreover, extend the Thread_base class interface with the ability to
to add additional stacks to a thread, and associate the context they're
located in with the corresponding Thread_base object. Additional stacks
can be used to do user-level scheduling with stack switching, without breaking
Genode's API.

Fixes #1024
Fixes #1036
2014-01-27 18:54:09 +01:00
..
config foc: SVN revision r56 2013-08-06 17:40:10 +02:00
doc update x86emu to 1.20 2013-06-12 11:35:12 +02:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
lib/mk thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
mk foc: evaluate run_opt target for uboot link 2013-12-09 10:49:16 +01:00
run foc: evaluate run_opt target for uboot link 2013-12-09 10:49:16 +01:00
src thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
Makefile base-foc: Checkout license file from TUDOS repo 2013-08-13 17:27:40 +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.