genode/repos/base-nova
Norman Feske 61926ebc07 base: introduce platform_init function
The new 'init_platform' function performs the platform-specific
component-local low-level initialization. It allows for the
differentiation between core and regular components as well as
kernel-dependent peculiarities.

This patch introduces a consistent notion of a 'Platform'. Within core,
the 'Platform' contains the kernel-specific initialization. Outside
core, the platform sets up the interplay with the parent component. In
all cases, the platform is constructed while running on the initial
stack.

Issue #4784
2023-03-15 17:05:01 +01:00
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include nova: support detection of Intel P & E CPUs 2023-01-24 12:07:27 +01:00
lib/mk base: introduce platform_init function 2023-03-15 17:05:01 +01: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: support to re-enable IOMMU after ACPI resume 2023-02-27 08:22:49 +01:00
recipes depot: update recipe hashes 2023-03-13 14:32:54 +01:00
run base: rm first-class support for static binaries 2018-08-02 14:36:38 +02:00
src base: remove env_deprecated from rpc_cap_alloc 2023-03-13 15:22:00 +01: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.