KernelNanopiR5S/arch/sh/boot/romimage/vmlinux.scr
2024-09-10 09:59:09 +02:00

9 lines
73 B
Plaintext

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