qemu-e2k/pc-bios/optionrom/flat.lds

7 lines
70 B
Plaintext

SECTIONS
{
. = 0;
.text : { *(.text) *(.text.$) }
}
ENTRY(_start)