From 74eaee0fcc7390d4290b41a2a92ee34346e2f7c2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 11 Oct 2023 14:43:50 +0200 Subject: teachos: restructure file layout --- source/boot/arch/x86_64/src/crti.s | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 source/boot/arch/x86_64/src/crti.s (limited to 'source/boot/arch/x86_64/src/crti.s') diff --git a/source/boot/arch/x86_64/src/crti.s b/source/boot/arch/x86_64/src/crti.s deleted file mode 100644 index 26878fe..0000000 --- a/source/boot/arch/x86_64/src/crti.s +++ /dev/null @@ -1,13 +0,0 @@ -.code64 - -.section .init -.global _init -_init: - push %rbp - movq %rsp, %rbp - -.section .fini -.global _fini -_fini: - push %rbp - movq %rsp, %rbp -- cgit v1.2.3