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

@@ -58,6 +58,7 @@ typedef struct {
#define SYSTEM_CMD_SLEEP 46
#define SYSTEM_CMD_SET_RESOLUTION 47
#define SYSTEM_CMD_GET_OS_INFO 49
#define SYSTEM_CMD_PARALLEL_RUN 50
void syscall_init(void);
uint64_t syscall_handler_c(registers_t *regs);