mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
cda07b7da0
This commit replaces the stateful 'Ipc_client' type with the plain function 'ipc_call' that takes all the needed state as arguments. The stateful 'Ipc_server' class is retained but it moved from the public API to the internal ipc_server.h header. The kernel-specific implementations were cleaned up and simplified. E.g., the 'wait' function does no longer exist. The badge and exception code are no longer carried in the message buffers but are handled in kernel-specific ways. Issue #610 Issue #1832 |
||
---|---|---|
.. | ||
contrib/generated | ||
doc | ||
etc | ||
include/base | ||
lib/mk | ||
mk/spec | ||
patches | ||
ports | ||
run | ||
src | ||
tool | ||
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.