diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 17:51:51 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 17:51:51 +0200 |
| commit | 51d4dd040a291b62c648ff6cc0d7e0058cf4056f (patch) | |
| tree | 142b7db302ba038dba526f99e5854cfc87b5f92e /userspace/crt0.S | |
| parent | 006214f8c63189500b6ca55e0ef8f97eb35d47f5 (diff) | |
starting implicit function calls cleanup
Diffstat (limited to 'userspace/crt0.S')
| -rw-r--r-- | userspace/crt0.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/userspace/crt0.S b/userspace/crt0.S index 23efec5..87f1995 100644 --- a/userspace/crt0.S +++ b/userspace/crt0.S @@ -7,13 +7,6 @@ mov %eax, environ pop %eax #mov %eax, _impure_ptr - -#mov $61, %eax # write syscall -#mov $1,%edx # stdout -#mov .hellostr,%ecx -#mov 9,%ebx # string length -#int $0x80 - call main push environ |
