Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/pc-bios/optionrom/flat.lds

7 lines
70 B
Plaintext
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
. = 0;
.text : { *(.text) *(.text.$) }
}
ENTRY(_start)