Feat: Finnaly in 32-bits

This commit is contained in:
AfonsoCMSousa
2025-11-18 20:28:27 +00:00
parent 751c1f527d
commit af903b190a
5 changed files with 113 additions and 88 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
OUTPUT_FORMAT(elf32-i386)
OUTPUT_FORMAT(binary)
ENTRY(_start)
SECTIONS
@@ -21,7 +21,7 @@ SECTIONS
/* Define the .data section immediately after .text */
.data :
{
/* Put all .data sections from all input files here */
/* Put all .data sections §from all input files here */
*(.data)
}