user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "mlibc-asm/helpers.h"
|
||||
|
||||
PROC_START(_start)
|
||||
.cfi_undefined eip
|
||||
call relocateSelf
|
||||
|
||||
push %esp
|
||||
call interpreterMain
|
||||
|
||||
jmp *%eax
|
||||
PROC_END(_start)
|
||||
|
||||
GNU_STACK_NOTE()
|
||||
Reference in New Issue
Block a user