mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
On VEA9X4-TZ, the context-area overlaps with the virtual area of the text, data and bss. However, we can't simply change the link address as the core image (used physically respectively 1:1 mapped) needs to be in this particular RAM-region as it is the only one that can be protected against a VM. Thus I've moved the context area to a place where it shouldn't disturb any HW-platform. Fixes #1337