JustOS/linux-6.13/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}