[zion] Migrate process syscalls to new format.
This commit is contained in:
parent
76107b7db7
commit
c6dd0bbb0f
9 changed files with 108 additions and 74 deletions
|
|
@ -31,8 +31,7 @@ typedef uint64_t z_err_t;
|
|||
|
||||
// Process Calls.
|
||||
const uint64_t kZionProcessExit = 0x1;
|
||||
#define Z_PROCESS_SPAWN 0x02
|
||||
#define Z_PROCESS_START 0x03
|
||||
const uint64_t kZionProcessSpawn = 0x2;
|
||||
|
||||
// Thread Calls.
|
||||
const uint64_t kZionThreadCreate = 0x10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue