From 982baec992d48343e455bf6e32ca96fbdcddda01 Mon Sep 17 00:00:00 2001 From: EmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com> Date: Sun, 5 May 2024 03:36:30 -0400 Subject: liminefied x86_64 boot --- kernel/arch/x86_64/crti.asm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 kernel/arch/x86_64/crti.asm (limited to 'kernel/arch/x86_64/crti.asm') diff --git a/kernel/arch/x86_64/crti.asm b/kernel/arch/x86_64/crti.asm deleted file mode 100644 index 73ac499..0000000 --- a/kernel/arch/x86_64/crti.asm +++ /dev/null @@ -1,12 +0,0 @@ -; x86 crti.asm -section .init -global _init:function -_init: - push rbp - mov rbp, rsp - -section .fini -global _fini:function -_fini: - push rbp - mov rbp, rsp \ No newline at end of file -- cgit v1.2.3-70-g09d2