Start implementing ControlMemory

This commit is contained in:
wheremyfoodat 2022-09-16 17:34:03 +03:00
parent 6219abd17a
commit 2128d5060b
4 changed files with 70 additions and 1 deletions

View file

@ -53,6 +53,7 @@ class Kernel {
std::string getProcessName(u32 pid);
// SVC implementations
void controlMemory();
void createAddressArbiter();
void getResourceLimit();
void getResourceLimitLimitValues();