diff --git a/base-nova/include/base/native_types.h b/base-nova/include/base/native_types.h index b693fe41c1..f940c403b2 100644 --- a/base-nova/include/base/native_types.h +++ b/base-nova/include/base/native_types.h @@ -221,7 +221,7 @@ namespace Genode { /** * Thread-context area configuration. */ - static addr_t context_area_virtual_base() { return 0x40000000UL; } + static addr_t context_area_virtual_base() { return 0xa0000000UL; } static addr_t context_area_virtual_size() { return 0x10000000UL; } /**