x86_64: move start_64 to .boot.text
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.extern kernel_init # defined in core/main.c
|
.extern kernel_init # defined in core/main.c
|
||||||
|
|
||||||
.section .boot.rodata, "a", @progbits
|
.section .boot.text, "ax", @progbits
|
||||||
|
|
||||||
.global start_64
|
.global start_64
|
||||||
.type start_64, @function
|
.type start_64, @function
|
||||||
|
|||||||
Reference in New Issue
Block a user