Brooklyn/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2022-04-02 18:08:56 +05:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}