mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 19:20:09 +00:00
ab736c04f6
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
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.