mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
074e522990
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.
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.