genode/repos/base-fiasco
Norman Feske 3489672bc0 base: remove env_deprecated from thread-start code
This patch replaces the internal use 'env_deprecated()' from the
implementation of the thread API in the base library. It also
replaces the global accessor 'main_thread_cap' by the explicit
propagation of the main-thread's capability to the single point of
use via a new 'init_thread_bootstap' function.

Issue #4784
2023-07-14 12:01:19 +02:00
..
2023-05-30 12:03:25 +02:00
2020-12-09 14:02:11 +01:00

This repository contains the L4/Fiasco-specific implementation of Genode.