genode/repos/base-nova
Johannes Schlatow d3d3351b99 base-nova: fix map for small sizes
Changes to the platform driver triggered a map() error while mapping an
address block at 0x3000 of size 0x800. Since the mapped size was larger, the
loop continued and tried mapping address 0x4000 where no dataspace was
found.

genodelabs/genode#4761
2023-05-30 12:03:32 +02: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-nova: fix page fault in init when built with gcc 12 2023-05-30 12:03:25 +02: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: avoid assertion during cross core IPC 2023-05-30 12:03:31 +02:00
recipes depot: update recipe hashes 2023-04-26 11:58:16 +02:00
run base: use [build_artifacts] in run scripts 2023-05-30 12:03:26 +02:00
src base-nova: fix map for small sizes 2023-05-30 12:03:32 +02: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.