linuxOS_AP05/kernel/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}