mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
6c7661ed62
reverts 68156918ee5ee8150f11f5403439582dda0b9bb3 "base: apply thread.cc fix of foc to base" Depending on the context area a fixed location is calculated where the memory for the stack is attached to. If the context area is released before the detach call, the very same context area can be reused and memory for the new stack is attached for a new thread. The detach of the old thread would then revoke the mapping for the new thread which will cause a un-handled page fault. Issue #549
This repository contains the port of Genode for Xilinx MicroBlaze-based platforms. It is based on an custom microkernel implementation, which is also part of this repository. To get an overview on the this platform and the underlying microkernel please refer to the introduction located at: ! <GENODE_DIR>/base-mb/doc/microblaze.txt To get a quick overview about how to work with this platform, you may read the getting-started guide located at: ! <GENODE_DIR>/base-mb/doc/getting_started.txt