From 1814057050a5099d7eaa6f0f6395a4054801da6f Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 19 Mar 2026 18:04:48 +1300 Subject: Fix wrong section (text instead of .text, oops) for entrypoint, change 1M alignment back to 2M, make docker scripts work because arm --- src/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/boot.s b/src/boot.s index 592ba46..80c5738 100644 --- a/src/boot.s +++ b/src/boot.s @@ -21,7 +21,7 @@ stack_bottom: stack_top: /* _start is the entrypoint */ -.section text +.section .text .global _start .type _start, @function _start: -- cgit v1.2.3