Kernel/LibC: Add basic pipe() syscall and command

You can now create pipes :)
This commit is contained in:
Bananymous
2023-07-06 22:16:26 +03:00
parent cdcb395640
commit 4cd72992c8
9 changed files with 220 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ __BEGIN_DECLS
#define SYS_GET_PWD 32
#define SYS_SET_PWD 33
#define SYS_CLOCK_GETTIME 34
#define SYS_PIPE 35
__END_DECLS