genode/repos/base-nova
Stefan Kalkowski 06edc0d52b base: extend PD session with managing_system call
Introduce the managing_system privilege for components like the
platform_driver to allow it to call system management functionality
that is reserved by kernel or special firmware, e.g., ARM Trusted Firmware.

The former RAM resource configuration attribute `constrain_phys`,
which enabled to constrain the region of physical RAM to be used,
gets replaced by the new, broader managing_system configuration
attribute of a `start` node. It gets enforced by the sandbox library.

Ref #3816
2020-08-25 11:50:11 +02:00
..
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
include cpu_sampler: avoid spinning on unavailable state 2020-08-25 11:42:37 +02:00
lib/mk base: lay groundwork for base-linux caps change 2020-02-27 14:46:58 +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: add requesting time of killed SCs 2019-12-19 17:01:42 +01:00
recipes depot: update recipe hashes 2020-07-13 11:33:53 +02:00
run base: rm first-class support for static binaries 2018-08-02 14:36:38 +02:00
src base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

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

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

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

For information on using Genode on NOVA, please revisit the documentation at
'base-nova/doc/nova.txt':