From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- userspace/sys/crt.S | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 userspace/sys/crt.S (limited to 'userspace/sys/crt.S') diff --git a/userspace/sys/crt.S b/userspace/sys/crt.S deleted file mode 100644 index d09f8ca..0000000 --- a/userspace/sys/crt.S +++ /dev/null @@ -1,20 +0,0 @@ -.global _start - -_start: - -pop %eax -mov %eax, environ - -pop %eax -#mov %eax, _impure_ptr - -call main - -push environ -push %eax -call _exit2 - -# this should never be reached anyway! -.wait: - hlt -jmp .wait -- cgit v1.2.3