Add write_file () syscall, CE implement redirections, libarena arena_realloc ()
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m14s

This commit is contained in:
2026-03-01 12:04:21 +01:00
parent abd85744cc
commit a5d5e7d6a4
9 changed files with 220 additions and 44 deletions

View File

@@ -24,5 +24,6 @@
#define SYS_GET_EXEC_PID 21
#define SYS_READ_DIR_ENTRY 22
#define SYS_CREATE_FILE 23
#define SYS_WRITE_FILE 24
#endif // _M_SYSCALL_DEFS_H