From df8811fc1afffb727a81737ef03e34419dda039a Mon Sep 17 00:00:00 2001 From: Bananymous Date: Tue, 7 Mar 2023 01:57:09 +0200 Subject: [PATCH] Kernel: Remove "a" from .section .text --- kernel/arch/i386/boot.S | 2 +- kernel/arch/x86_64/boot.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/arch/i386/boot.S b/kernel/arch/i386/boot.S index 8dcfa41d..c965326b 100644 --- a/kernel/arch/i386/boot.S +++ b/kernel/arch/i386/boot.S @@ -49,7 +49,7 @@ g_multiboot_info: g_multiboot_magic: .skip 4 -.section .text, "a" +.section .text boot_gdt: .quad 0x0000000000000000 # null diff --git a/kernel/arch/x86_64/boot.S b/kernel/arch/x86_64/boot.S index 78eb26c9..6960ae3e 100644 --- a/kernel/arch/x86_64/boot.S +++ b/kernel/arch/x86_64/boot.S @@ -59,7 +59,7 @@ g_multiboot_info: g_multiboot_magic: .skip 8 -.section .text, "a" +.section .text boot_gdt: .quad 0x0000000000000000 # null descriptor