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.
This commit is contained in:
Alexander Boettcher 2012-09-04 12:57:09 +02:00 committed by Norman Feske
parent ed2e610178
commit 110a69413d

View File

@ -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; }
/**