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/crtn.s | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 source/boot/arch/x86_64/src/crtn.s (limited to 'source/boot/arch/x86_64/src/crtn.s') diff --git a/source/boot/arch/x86_64/src/crtn.s b/source/boot/arch/x86_64/src/crtn.s deleted file mode 100644 index 06fb7ce..0000000 --- a/source/boot/arch/x86_64/src/crtn.s +++ /dev/null @@ -1,9 +0,0 @@ -.code64 - -.section .init - popq %rbp - ret - -.section .fini - popq %rbp - ret -- cgit v1.2.3