vmlinux.scr 73 Bytes
Newer Older
Tony Feng committed
1 2 3 4 5 6 7 8
SECTIONS
{
  .text : {
	zero_page_pos = .;
	*(.data)
	end_data = .;
	}
}