genode/repos/base-okl4
Norman Feske 7f73e5e879 base: hide internals of the Thread API
This patch moves details about the stack allocation and organization
the base-internal headers. Thereby, I replaced the notion of "thread
contexts" by "stacks" as this term is much more intuitive. The fact that
we place thread-specific information at the bottom of the stack is not
worth introducing new terminology.

Issue #1832
2016-03-07 12:34:46 +01:00
..
contrib/generated Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
doc base-okl4: remove unmaintained porting steps 2016-03-07 12:34:45 +01:00
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include/base base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
lib/mk base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
mk/spec toolchain: report missing ports at once 2016-03-07 12:34:43 +01:00
patches okl4: declare read-write-lock as volatile 2014-11-20 16:39:16 +01:00
ports Move OKL4 source code on genode.org 2015-05-06 10:55:16 +02:00
run run: modularize run tool 2015-01-26 12:28:40 +01:00
src base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
tool Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
Makefile Enable hash checks for ports mechanism 2014-05-27 13:45:03 +02:00
README base-okl4: remove unmaintained porting steps 2016-03-07 12:34:45 +01:00

README

This repository contains the implementation of Genode for the OKL4
kernel version 2.1.  For further information, please refer to the
following website:

:[http://genode.org/documentation/articles/genode-on-okl4 - Bringing Genode to OKL4]:
  This article explains the OKL4-specific porting work.