Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/pc-bios/optionrom/flat.lds
2023-03-06 14:48:14 +01:00

7 lines
70 B
Plaintext

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