forked from Bananymous/banan-os
Kernel: Remove "a" from .section .text
This commit is contained in:
parent
8a52c0f9d7
commit
df8811fc1a
|
@ -49,7 +49,7 @@ g_multiboot_info:
|
|||
g_multiboot_magic:
|
||||
.skip 4
|
||||
|
||||
.section .text, "a"
|
||||
.section .text
|
||||
|
||||
boot_gdt:
|
||||
.quad 0x0000000000000000 # null
|
||||
|
|
|
@ -59,7 +59,7 @@ g_multiboot_info:
|
|||
g_multiboot_magic:
|
||||
.skip 8
|
||||
|
||||
.section .text, "a"
|
||||
.section .text
|
||||
|
||||
boot_gdt:
|
||||
.quad 0x0000000000000000 # null descriptor
|
||||
|
|
Loading…
Reference in New Issue