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

SECTIONS
{
  . = SIZEOF_HEADERS;
  .text :
  {
    *(.text)
  } =0
  .post_text_reserve :
  {
    . += 0x160;
  }
  /DISCARD/ : { *(.*) }
}