[Kernel] Hopefully implement the QueryMemory svc remotely correctly

This commit is contained in:
wheremyfoodat 2022-09-19 01:33:12 +03:00
parent 6bb2bd67df
commit 45c016d12e
7 changed files with 92 additions and 3 deletions

View file

@ -11,5 +11,6 @@ int main (int argc, char *argv[]) {
if (!emu.loadELF(elfPath)) {
Helpers::panic("Failed to load ELF file: %s", elfPath.c_str());
}
emu.run();
}