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

ENTRY(_start)
SECTIONS
{
  . = SIZEOF_HEADERS;
  /* Sections to be discarded */
  /DISCARD/ : {
	*(.data.exit)
	*(.text.exit)
	}
}