From 7d944b26167d5f0735a81e155777dc3775b1f8cb Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 15 Nov 2025 15:31:39 -0500 Subject: kern/amd64: cpu: Put _start in .text section Signed-off-by: Ian Moffett --- sys/arch/amd64/cpu/boot.S | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arch') diff --git a/sys/arch/amd64/cpu/boot.S b/sys/arch/amd64/cpu/boot.S index ba54e74..1d21572 100644 --- a/sys/arch/amd64/cpu/boot.S +++ b/sys/arch/amd64/cpu/boot.S @@ -27,6 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ + .text .globl _start .extern uart_init .extern uart_write -- cgit v1.2.3