Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: romboot.ldscript,v 1.2 2002/02/21 08:23:31 enami Exp $	*/

OUTPUT_ARCH(mips)
ENTRY(_start)
SECTIONS
{
  .text      :
  {
    _ftext = . ;
    *(.text)
   _etext = .;
  }
}