diff options
Diffstat (limited to 'src/boot.s')
| -rw-r--r-- | src/boot.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ stack_bottom: stack_top: /* _start is the entrypoint */ -.section text +.section .text .global _start .type _start, @function _start: |
