From fb31d11331585a99a537f438f79b472074209c13 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 24 Apr 2025 12:38:51 -0400 Subject: kernel syscall handler --- kernel/include/comus/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/include') diff --git a/kernel/include/comus/syscalls.h b/kernel/include/comus/syscalls.h index 3dc128d..3b9ea70 100644 --- a/kernel/include/comus/syscalls.h +++ b/kernel/include/comus/syscalls.h @@ -29,7 +29,7 @@ #define SYS_sbrk 16 // UPDATE THIS DEFINITION IF MORE SYSCALLS ARE ADDED! -#define N_SYSCALLS 13 +#define N_SYSCALLS 17 // interrupt vector entry for system calls #define VEC_SYSCALL 0x80 -- cgit v1.2.3-freya