aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/id.lds
blob: ccdf7008f7067b90e3ed9827c23d1bab02961a9c (plain)
1
2
3
4
5
6
SECTIONS {
	. = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__id_end - __id_start);
	.id (.): {
		*(.id)
	}
}