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

@@ -1,3 +1,4 @@
#include <alloc/liballoc.h>
#include <m/proc.h>
#include <stdint.h>
@@ -15,6 +16,7 @@ static void clear_bss (void) {
void __premain (void) {
clear_bss ();
liballoc_init ();
app_main ();