Port liballoc to userspace

This commit is contained in:
2026-01-16 18:50:40 +01:00
parent 9fc8521e63
commit a054257336
9 changed files with 522 additions and 10 deletions

View File

@@ -27,5 +27,6 @@ int proc_mutex_lock (int mutex_rid);
int proc_mutex_unlock (int mutex_rid);
int proc_spawn_thread (uintptr_t vstack_top, size_t stack_size, void* entry);
int proc_sched (void);
int proc_translate_resource_mem (uintptr_t vaddr);
#endif // _LIBMSL_M_PROC_H

6
libmsl/m/status.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _LIBMSL_M_STATUS_H
#define _LIBMSL_M_STATUS_H
#include <m/syscall.h>
#endif // _LIBMSL_M_STATUS_H