diff options
Diffstat (limited to 'arch/i386/boot/crtn.s')
-rw-r--r-- | arch/i386/boot/crtn.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/i386/boot/crtn.s b/arch/i386/boot/crtn.s new file mode 100644 index 0000000..447afb1 --- /dev/null +++ b/arch/i386/boot/crtn.s @@ -0,0 +1,7 @@ +.section .init + popl %ebp + ret + +.section .fini + popl %ebp + ret |