genode/repos/base-nova
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
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include base-nova: update include guard 2023-05-30 12:13:33 +02:00
lib/mk base-nova: fix page fault in init when built with gcc 12 2023-05-30 12:03:25 +02:00
mk/spec Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
patches Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ports nova: avoid assertion during cross core IPC 2023-05-30 12:03:31 +02:00
recipes depot: update recipe hashes 2023-06-16 11:24:26 +02:00
run base: use [build_artifacts] in run scripts 2023-05-30 12:03:26 +02:00
src base: remove env_deprecated from thread-start code 2023-07-14 12:01:19 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This repository contains the port of Genode to the NOVA microhypervisor.

For more information on this kernel, please refer to the official website.

:[http://hypervisor.org]: Official website for the NOVA microhypervisor.