mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
e20bbe7002
The return code of assign_parent remained unused. So this patch removes it. The bind_thread function fails only due to platform-specific limitations such as the exhaustion of ID name spaces, which cannot be sensibly handled by the PD-session client. If occurred, such conditions used to be reflected by integer return codes that were used for diagnostic messages only. The patch removes the return codes and leaves the diagnostic output to core. Fixes #1842 |
||
---|---|---|
.. | ||
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.