Kernel: Add bareboness fork() function

This commit is contained in:
Bananymous
2023-05-28 18:08:26 +03:00
parent 3e93dae53c
commit f2d767b799
14 changed files with 125 additions and 44 deletions

View File

@@ -17,6 +17,7 @@ __BEGIN_DECLS
#define SYS_TELL 10
#define SYS_GET_TERMIOS 11
#define SYS_SET_TERMIOS 12
#define SYS_FORK 13
__END_DECLS