syscalls: start adding fork syscall, not done yet

This commit is contained in:
2025-07-06 22:49:05 +03:00
parent cbd2c52c20
commit 2a7baf1184
8 changed files with 92 additions and 5 deletions
+2
View File
@@ -17,6 +17,8 @@
#define MAX_OPEN_FILES 32
#define KSTACKSIZE 4096
typedef enum TaskState
{
Ready,