Files
Linux-Kernel_MiSTer/arch/sh/boot/romimage/vmlinux.scr
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

9 lines
73 B
Plaintext

SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}