Port liballoc to userspace
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user