Kernel: Add bareboness fork() function

This commit is contained in:
Bananymous
2023-05-28 18:08:26 +03:00
parent c19f4c019a
commit 6fdbe6f9c2
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