Upload files to "/"

This commit is contained in:
2025-05-20 20:49:59 -05:00
parent a1654475c8
commit 09de487a67
+9
View File
@@ -0,0 +1,9 @@
.section .init
/* gcc will nicely put the contents of crtend.o's .init section here. */
popl %ebp
ret
.section .fini
/* gcc will nicely put the contents of crtend.o's .fini section here. */
popl %ebp
ret