genode/base-fiasco
Christian Helmuth de0a771fae Generic sleep_forever() based on lock
The old implementation of sleep_forever() used a local Ipc_server
object, which is not announced (i.e., known) outside of the blocking
process/thread, to infinitely wait for incoming messages. In past and
present, this leads to problems (e.g., issues #538 and #1032).

Fixes #1135.
Fixes #538.
Fixes #1032.
2014-05-07 10:37:39 +02: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 Generic sleep_forever() based on lock 2014-05-07 10:37:39 +02:00
lib/mk base: generic implementation of Context_allocator 2014-02-25 14:58:05 +01:00
mk fiasco: remove remains of once supported ARM port 2014-01-16 18:34:05 +01:00
patches base-fiasco: relocate all modules in bootstrap 2014-04-07 14:45:15 +02:00
run run: support TFTP servers using absolute paths 2013-06-14 14:27:14 +02:00
src Provide Genode version information in log 2014-04-01 16:38:49 +02: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'.