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
{
  . = 0x80;
  .far : { *(.far) *(COMMON) }
  . = 0x100;
  .bss : { *(.scommon) }

  . = 0x10000000;
  .text : { *(.text*) }
  /DISCARD/ : { *(*) }
}