Initial impl for createEvent SVC

This commit is contained in:
wheremyfoodat
2022-09-18 18:17:41 +03:00
parent 68698ae7a7
commit a91035abf4
6 changed files with 28 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ class Kernel {
return handleCounter++;
}
Handle makeEvent(u32 resetType);
Handle makeProcess();
Handle makePort(const char* name);
Handle makeSession(Handle port);
@@ -63,8 +64,9 @@ class Kernel {
std::string getProcessName(u32 pid);
// SVC implementations
void controlMemory();
void createAddressArbiter();
void createEvent();
void controlMemory();
void getResourceLimit();
void getResourceLimitLimitValues();
void getResourceLimitCurrentValues();