From 51d4dd040a291b62c648ff6cc0d7e0058cf4056f Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 17:51:51 +0200 Subject: starting implicit function calls cleanup --- userspace/sys/crt0.S | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 userspace/sys/crt0.S (limited to 'userspace/sys/crt0.S') diff --git a/userspace/sys/crt0.S b/userspace/sys/crt0.S deleted file mode 100644 index 2d6cbbd..0000000 --- a/userspace/sys/crt0.S +++ /dev/null @@ -1,23 +0,0 @@ -.global _start - -_start: - -jmp . - -##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