parent
fe90ab4f39
commit
b219c030cf
5 changed files with 28 additions and 47 deletions
|
@ -1,3 +1,7 @@
|
|||
/* Tell the linker that we want an x86_64 ELF64 output file */
|
||||
OUTPUT_FORMAT(elf64-x86-64)
|
||||
OUTPUT_ARCH(i386:x86-64)
|
||||
|
||||
/* We want the symbol _start to be our entry point */
|
||||
ENTRY(_start)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue