mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
76c106dac0
In applications that use ldso the main_thread_bootstrap() function is called twice which results in the main thread's gate-capability to be inserted twice in the Capability_map which results in an exception. Unfortunately at least on ARM this exception cannot be handled that early, so this commit prevents the exception by checking, whether the capability is inserted already or not. Fixes #164. |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
include | ||
lib/mk | ||
mk | ||
patches | ||
run | ||
src | ||
Makefile | ||
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.