mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-31 08:07:04 +00:00
We don't can use map_local_one_to_one for boot modules because it happens that boot modules can be at addresses above physical 3G boundary for x86_32. Defer the mapping of modules until the point where the core allocators are set up properly and then remap the physical pages to virtual addresses below 3G.
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':