summaryrefslogtreecommitdiff
path: root/userspace/sys/crt0.S
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 17:51:51 +0200
committerMiguel <m.i@gmx.at>2018-08-17 17:51:51 +0200
commit51d4dd040a291b62c648ff6cc0d7e0058cf4056f (patch)
tree142b7db302ba038dba526f99e5854cfc87b5f92e /userspace/sys/crt0.S
parent006214f8c63189500b6ca55e0ef8f97eb35d47f5 (diff)
starting implicit function calls cleanup
Diffstat (limited to 'userspace/sys/crt0.S')
-rw-r--r--userspace/sys/crt0.S23
1 files changed, 0 insertions, 23 deletions
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