FEAT: SYSTEM_CMD_PARALLEL_RUN

This commit is contained in:
boreddevnl
2026-04-02 20:21:06 +02:00
parent beb2c724ff
commit 3169ec51cb
4 changed files with 72 additions and 1 deletions

View File

@@ -76,6 +76,7 @@
#define SYSTEM_CMD_TCP_RECV_NB 42
#define SYSTEM_CMD_YIELD 43
#define SYSTEM_CMD_GET_OS_INFO 49
#define SYSTEM_CMD_PARALLEL_RUN 50
// Internal assembly entry into Ring 0
extern uint64_t syscall0(uint64_t sys_num);