mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
Tests on qemu would fail when started with RAM sizes from 1025MiB to 2048MiB, because the the mapping hole in the page table from 1GiB to 2GiB would interfere with qemu's mapping addresses for ACPI. Identity-map the complete first 4GiB of memory to catch all early memory accesses during bootstrap. Fixes #4724.