aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot.s2
1 files changed, 1 insertions, 1 deletions
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: