Partial exec, environment variables

This commit is contained in:
2026-03-17 19:14:29 +01:00
parent b1648a146a
commit c69ee1b745
9 changed files with 199 additions and 26 deletions

View File

@@ -32,5 +32,7 @@
#define SYS_CREATE_VOLUME 29
#define SYS_ENV_SET 30
#define SYS_ENV_GET 31
#define SYS_EXEC_PARTIAL 32
#define SYS_EXEC_PARTIAL_FINI 33
#endif // _M_SYSCALL_DEFS_H