Redesign syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user