Add mutex syscalls

This commit is contained in:
2026-01-20 22:18:43 +01:00
parent fff51321bc
commit 7eceecf6e3
9 changed files with 122 additions and 22 deletions

View File

@@ -17,8 +17,7 @@ static void clear_bss (void) {
void __premain (void) {
clear_bss ();
liballoc_init ();
app_main ();
liballoc_deinit ();
quit ();
}