Norman Feske ab736c04f6 core: remove Core_env
This patch adjusts the last remaining callers of 'core_env' and removes
the 'Core_env' interface.

- Core's RAM/cap accounts are now represented by 'Core_account'
  implementing the 'Pd_account' interface.

- The former parts of 'Core_env' are now initialized in sequence
  in 'bootstrap_component'.

- 'Core_child' has been moved to a header to reduce the code in
  'main.cc' to a bare minimum. This as a preparation for the
  plan of making 'main.cc' specific for each kernel.

Fixes #5408
2025-01-30 16:24:36 +01:00
..
2023-10-25 08:58:52 +02:00
2024-12-11 08:35:22 +01:00
2025-01-30 16:24:36 +01:00
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.