genode/repos/base-foc
Stefan Kalkowski eafe5e81e3 core: unify and simplify paging code (Fix #1641)
For most platforms except of NOVA a distinction between pager entrypoint
and pager activation is not needed, and only exists due to historical
reasons. Moreover, the pager thread's execution path is almost identical
between most platforms excluding NOVA, HW, and Fisco.OC. Therefore,
this commit unifies the pager loop for the other platforms, and removes
the pager activation class.
2015-08-21 10:58:59 +02:00
..
config foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
doc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include base: remove pager code from public API 2015-07-01 14:46:15 +02:00
lib/mk foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
mk foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
ports foc: added Exyonos4 IRQ patches 2015-07-01 14:57:43 +02:00
run base: remove cap_integrity test (fix #1536) 2015-05-26 09:40:04 +02:00
src core: unify and simplify paging code (Fix #1641) 2015-08-21 10:58:59 +02:00
Makefile base-foc: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

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.