Properly implement liballoc_free ()

This commit is contained in:
2026-01-16 22:09:16 +01:00
parent ab8093cc6c
commit 9a7dbf0594
12 changed files with 142 additions and 24 deletions

View File

@@ -12,5 +12,7 @@
#define SYS_PROC_MUTEX_UNLOCK 9
#define SYS_PROC_SPAWN_THREAD 10
#define SYS_PROC_SCHED 11
#define SYS_PROC_TRANSLATE_V2P 12
#define SYS_PROC_MEM_UNREF 13
#endif // _M_SYSCALL_DEFS_H