mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
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:
parent
ed2e610178
commit
110a69413d
@ -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; }
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user