diff options
Diffstat (limited to 'xxx/sys/crt0.S')
| -rw-r--r-- | xxx/sys/crt0.S | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xxx/sys/crt0.S b/xxx/sys/crt0.S new file mode 100644 index 0000000..2d6cbbd --- /dev/null +++ b/xxx/sys/crt0.S @@ -0,0 +1,23 @@ +.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 |
