From a72117abcd8aeea9add27f219a4c7402def5a458 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 6 Feb 2023 10:39:36 +0000 Subject: [PATCH] x86_64: move start_64 to .boot.text --- arch/x86_64/start_64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/start_64.S b/arch/x86_64/start_64.S index 40776f5..57d0720 100644 --- a/arch/x86_64/start_64.S +++ b/arch/x86_64/start_64.S @@ -2,7 +2,7 @@ .extern kernel_init # defined in core/main.c -.section .boot.rodata, "a", @progbits +.section .boot.text, "ax", @progbits .global start_64 .type start_64, @function