mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-25 03:54:01 +00:00
Stage 10
This commit is contained in:
@@ -11,6 +11,8 @@ typedef unsigned long long usize;
|
||||
#define CLEONOS_SYSCALL_SERVICE_COUNT 4ULL
|
||||
#define CLEONOS_SYSCALL_SERVICE_READY_COUNT 5ULL
|
||||
#define CLEONOS_SYSCALL_CONTEXT_SWITCHES 6ULL
|
||||
#define CLEONOS_SYSCALL_KELF_COUNT 7ULL
|
||||
#define CLEONOS_SYSCALL_KELF_RUNS 8ULL
|
||||
|
||||
u64 cleonos_syscall(u64 id, u64 arg0, u64 arg1, u64 arg2);
|
||||
u64 cleonos_sys_log_write(const char *message, u64 length);
|
||||
|
||||
Reference in New Issue
Block a user