Redesign syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s

This commit is contained in:
2026-01-20 20:46:34 +01:00
parent a29233f853
commit fff51321bc
15 changed files with 198 additions and 357 deletions

View File

@@ -1,5 +1,5 @@
#include <alloc/liballoc.h>
#include <m/proc.h>
#include <m/system.h>
#include <stdint.h>
extern volatile uint8_t __bss_start[];
@@ -20,5 +20,5 @@ void __premain (void) {
app_main ();
proc_quit ();
quit ();
}