linuxOS_AP05/kernel/arch/sh/boot/romimage/vmlinux.scr
2025-06-02 13:59:07 +08:00

9 lines
73 B
Plaintext

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