From 110a69413d40370e871d3ce8214b3e59a9b869f4 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 4 Sep 2012 12:57:09 +0200 Subject: [PATCH] NOVA: move context area Move the context area close to the end of the virtual user available address, so that Vancouver can obtain as much as possible of the lower virtual address range for VMs. --- base-nova/include/base/native_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**