From c4b20a0ebbde1348e1e085e2ea3be35345d92b7c Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 14 Sep 2018 23:10:16 +0200 Subject: tuining userspace and files --- userspace/crt0.s | 1 - 1 file changed, 1 deletion(-) (limited to 'userspace/crt0.s') diff --git a/userspace/crt0.s b/userspace/crt0.s index ad9884f..9ef2a67 100644 --- a/userspace/crt0.s +++ b/userspace/crt0.s @@ -26,7 +26,6 @@ movl $0xf5000000, _impure_ptr pop %eax mov %eax, environ - # call main (argc and argv are on the stack) call main -- cgit v1.2.3