Implement environment variables

This commit is contained in:
2026-03-16 21:20:00 +01:00
parent cba8122b07
commit 65a7511e36
15 changed files with 228 additions and 2 deletions

View File

@@ -30,5 +30,7 @@
#define SYS_CREATE_DIR 27
#define SYS_REMOVE 28
#define SYS_CREATE_VOLUME 29
#define SYS_ENV_SET 30
#define SYS_ENV_GET 31
#endif // _M_SYSCALL_DEFS_H