kern: implement KResourceLimit

This commit is contained in:
Michael Scire 2020-02-06 05:34:38 -08:00
parent 23f5d77f37
commit 1de607c183
17 changed files with 566 additions and 22 deletions

View file

@ -45,6 +45,7 @@ namespace ams::kern {
}
/* TODO: Implement more of Main() */
cpu::SynchronizeAllCores();
while (true) { /* ... */ }
}