x86_64: move start_64 to .boot.text

This commit is contained in:
2023-02-06 10:39:36 +00:00
parent b7f872bf3b
commit a72117abcd

View File

@@ -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