diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-19 22:41:15 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-19 22:41:15 +0000 |
| commit | e303a03e7c96bc5bf7fa93f7b46ce63196893d7a (patch) | |
| tree | f187b374feec85015d6df1f94db618a3f5cc893f /lib/entry_x86_64.S | |
| parent | bff63a4337eb3388617d230970c5eb2684d6a215 (diff) | |
moving files around
Diffstat (limited to 'lib/entry_x86_64.S')
| -rw-r--r-- | lib/entry_x86_64.S | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/entry_x86_64.S b/lib/entry_x86_64.S deleted file mode 100644 index 231953a..0000000 --- a/lib/entry_x86_64.S +++ /dev/null @@ -1,18 +0,0 @@ -.section .text.start -.extern kc_reloc -.extern kc_main -.extern _DYNAMIC -.extern kc_image_base - -.global kc_entry -.type kc_entry, @function -kc_entry: - push %rdi - lea _DYNAMIC(%rip), %rdi - lea kc_image_base(%rip), %rsi - call kc_reloc - pop %rdi - call kc_main - ret -.size kc_entry, . - kc_entry - |
