Hardcode vm::user64k location

This commit is contained in:
Nekotekina 2018-08-18 21:02:16 +03:00
parent 182c04b59d
commit 6ec4a88eb5

View file

@ -881,7 +881,7 @@ namespace vm
g_locations =
{
std::make_shared<block_t>(0x00010000, 0x1FFF0000), // main
nullptr, // user 64k pages
std::make_shared<block_t>(0x20000000, 0x10000000, 0x201), // user 64k pages
nullptr, // user 1m pages
std::make_shared<block_t>(0xC0000000, 0x10000000), // video
std::make_shared<block_t>(0xD0000000, 0x10000000), // stack