mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-20 11:31:46 +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