okl4: leverage complete virtual address space

Issue #2547
This commit is contained in:
Alexander Boettcher 2017-11-20 23:29:43 +01:00 committed by Christian Helmuth
parent cb188f5f93
commit 675aa2cd2f
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ Platform::Platform() :
stack_area_virtual_size());
_vm_start = 0x1000;
_vm_size = 0xb0000000 - 0x1000;
_vm_size = 0xc0000000 - _vm_start;
log(_rom_fs);