diff options
| author | Miguel <m.i@gmx.at> | 2018-08-18 20:04:32 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-18 20:04:32 +0200 |
| commit | 857d82d45c2bbcaf5234b756736596b1e6a9d28a (patch) | |
| tree | aef00d48c5de7fb7cbbc278cd22a98c6a60e14d8 /userspace/crt0.S | |
| parent | 18d1aa2593003680b0d6f59a36e5dad2821134b2 (diff) | |
cleaning up (Also for newlib)
Diffstat (limited to 'userspace/crt0.S')
| -rw-r--r-- | userspace/crt0.S | 21 |
1 files changed, 0 insertions, 21 deletions
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 |
