From 857d82d45c2bbcaf5234b756736596b1e6a9d28a Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 20:04:32 +0200 Subject: cleaning up (Also for newlib) --- userspace/crt0.S | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 userspace/crt0.S (limited to 'userspace') diff --git a/userspace/crt0.S b/userspace/crt0.S deleted file mode 100644 index 30b56a9..0000000 --- a/userspace/crt0.S +++ /dev/null @@ -1,21 +0,0 @@ -.global _start - -_start: - -pop %eax -mov %eax, environ - -pop %eax -# mov %eax, _impure_ptr # TODO: use this ! - -call main - -push environ -push %eax -call _exit2 - -# this should never be reached anyway! - -.wait: - hlt -jmp .wait -- cgit v1.2.3