sovereignx/ld_script.txt
2015-10-05 06:03:59 -07:00

6 lines
72 B
Text

ENTRY(Start)
SECTIONS {
. = 0x8000000;
.text : { *(.text); }
}