[zion] Add a thread wait syscall
This commit is contained in:
parent
f0e8ce14a4
commit
36d82370c1
9 changed files with 45 additions and 8 deletions
|
|
@ -17,6 +17,7 @@ const uint64_t kZionProcessSpawn = 0x2;
|
|||
const uint64_t kZionThreadCreate = 0x10;
|
||||
const uint64_t kZionThreadStart = 0x11;
|
||||
const uint64_t kZionThreadExit = 0x12;
|
||||
const uint64_t kZionThreadWait = 0x13;
|
||||
|
||||
// Memory Calls
|
||||
const uint64_t kZionAddressSpaceMap = 0x21;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue