genode/base-foc
Stefan Kalkowski c02f04da76 Fiasco.OC: raise sigma0's priority to maximum.
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.
2012-06-04 17:10:16 +02:00
..
config Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
doc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Fiasco.OC: make capability ref-counter thread-safe 2012-05-29 13:55:00 +02:00
lib/mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
mk Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
patches Fiasco.OC: raise sigma0's priority to maximum. 2012-06-04 17:10:16 +02:00
run Fiasco.OC/ARM: fix image creation in run-script 2012-06-04 12:05:27 +02:00
src Fiasco.OC: Don't map page 0 in core (fix #223) 2012-05-30 11:36:34 +02:00
Makefile Check for required tools on 'make prepare' 2012-05-29 13:55:00 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

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.