Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
/* $NetBSD: romboot.ldscript,v 1.2 2002/02/21 08:23:31 enami Exp $ */ OUTPUT_ARCH(mips) ENTRY(_start) SECTIONS { .text : { _ftext = . ; *(.text) _etext = .; } }