mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
5447c406e5
Use a bit allocator for the allocation management of thread contexts, instead of holding allocation information within the Thread_base objects, which lead to race conditions in the past. Moreover, extend the Thread_base class interface with the ability to to add additional stacks to a thread, and associate the context they're located in with the corresponding Thread_base object. Additional stacks can be used to do user-level scheduling with stack switching, without breaking Genode's API. Fixes #1024 Fixes #1036 |
||
---|---|---|
.. | ||
etc | ||
include/base | ||
lib/mk | ||
src | ||
README |
This repository contains dummy implementations of platform-specific Genode APIs to enable the compilation of Genode for the host platform. Because the repository provides only dummy implementations, most of the generated binaries will not work. However, the repository serves two important purposes. It documents the platform- specific APIs that must be filled out when porting Genode to another platform, and it is the build environment for unit tests executed on the host platform.