mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-09-02 17:02:05 +00:00
Update init
This commit is contained in:
@@ -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.*)
|
||||
|
Reference in New Issue
Block a user