diff options
Diffstat (limited to 'arch/i386/boot/crti.s')
-rw-r--r-- | arch/i386/boot/crti.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/i386/boot/crti.s b/arch/i386/boot/crti.s deleted file mode 100644 index 8386b77..0000000 --- a/arch/i386/boot/crti.s +++ /dev/null @@ -1,15 +0,0 @@ -.section .init - -.global _init -.type _init, @function -_init: - pushl %ebp - movl %esp, %ebp - -.section .fini - -.global _fini -.type _fini, @function -_fini: - pushl %ebp - movl %esp, %ebp |