mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
c02f04da76
When sigma0 runs on a lower priority than the rest of the threads in the system it might come to the point that while answering a page fault or I/O memory area request the timeslice of the caller (core-pager) gets fully consumed. As long as other threads are still executable and don't block sigma0 won't do progress anymore, because it runs at the lowest priority. This commit simply sets sigma0's priority to the highest in the system. |
||
---|---|---|
.. | ||
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.