Implement SVC 0x3B (GetThreadContext)

This commit is contained in:
wheremyfoodat 2024-01-02 17:18:47 +02:00
parent 46f92f145f
commit 1430f1c4c2
3 changed files with 9 additions and 0 deletions
include/kernel

View file

@ -146,6 +146,7 @@ public:
void getResourceLimitCurrentValues();
void getSystemInfo();
void getSystemTick();
void getThreadContext();
void getThreadID();
void getThreadIdealProcessor();
void getThreadPriority();