genode/repos/base-codezero
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 codezero: move first container to higher address 2015-05-26 09:39:51 +02:00
doc codezero: move first container to higher address 2015-05-26 09:39:51 +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 base: remove pager code from public API 2015-07-01 14:46:15 +02:00
mk Adapt base-codezero to new ports mechanism 2015-03-02 12:19:12 +01:00
patches Adapt base-codezero to new ports mechanism 2015-03-02 12:19:12 +01:00
ports Adapt base-codezero to new ports mechanism 2015-03-02 12:19:12 +01:00
src core: unify and simplify paging code (Fix #1641) 2015-08-21 10:58:59 +02:00
tool Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
Makefile Adapt base-codezero to new ports mechanism 2015-03-02 12:19:12 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the port of Genode to the Codezero microkernel
For instructions about using Genode with Codezero, please refer to
'doc/codezero.txt'.