Get rid of crt0.c

This commit is contained in:
2025-10-01 23:22:08 +02:00
parent a4959782a8
commit 806d87e0f1
3 changed files with 7 additions and 27 deletions

View File

@@ -3,6 +3,11 @@
.att_syntax prefix
#NO_APP
#APP
.section .text.init
.global _start
_start:
.section .text.main
.global main
main:
push %bp