mirror of
https://github.com/TheOfficialFloW/bd-jb
synced 2025-01-09 12:38:00 -05:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
|
|
OUTPUT_ARCH(i386:x86-64)
|
|
|
|
ENTRY(_start)
|
|
|
|
SECTIONS
|
|
{
|
|
. = 0x916300000;
|
|
}
|