Update init

This commit is contained in:
Alex
2022-11-07 03:37:56 +02:00
parent 887f67e32d
commit a147ee7e5f
3 changed files with 24 additions and 55 deletions

View File

@@ -1,15 +1,10 @@
OUTPUT_FORMAT(binary)
OUTPUT_FORMAT(elf64-x86-64)
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SECTIONS
{
.header :
{
*(.header .header.*)
}
.text :
{
*(.text .text.*)