vm_manager: Increase GetTotalMemoryUsage value.

- Gets Binding of Isaac running.
This commit is contained in:
bunnei 2018-04-14 22:04:10 -04:00
parent c6ab2c94d9
commit 43f0f163e1

View File

@ -380,7 +380,7 @@ void VMManager::UpdatePageTableForVMA(const VirtualMemoryArea& vma) {
u64 VMManager::GetTotalMemoryUsage() {
LOG_WARNING(Kernel, "(STUBBED) called");
return 0xBE000000;
return 0xF8000000;
}
u64 VMManager::GetTotalHeapUsage() {