genode/base-fiasco
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 fiasco: fix SYSTEM_TARGET prefix in l4env config 2013-11-15 16:11:19 +01: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 fiasco: remove remains of once supported ARM port 2014-01-16 18:34:05 +01:00
mk fiasco: remove remains of once supported ARM port 2014-01-16 18:34:05 +01:00
patches base-fiasco: Fix bug revealed by C++11 in contrib sources 2013-09-23 14:26:02 +02:00
run run: support TFTP servers using absolute paths 2013-06-14 14:27:14 +02:00
src Unify stack alignment among all platforms 2014-01-27 18:54:08 +01:00
Makefile base-fiasco: check byacc installation on prepare 2013-09-26 14:28:46 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This repository contains the L4/Fiasco-specific implementation of Genode.

For instructions to build and start the Fiasco version of Genode, please
consult the documentation located at 'base-fiasco/doc/fiasco.txt'.