Fixed building with modern compilers

This commit is contained in:
Nathan
2025-04-07 00:43:16 -05:00
parent eee847d17d
commit 2c3b156896
10 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
* size immediately following the kernel, we could build this into
* a binary blob, and concatenate the zImage using the cat command.
*/
.section .start,#alloc,#execinstr
.section .start, "ax"
.type _start, #function
.globl _start