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
{
  . = 0x10000000;
  .text : { *(.text) }

  __ehdr_start = 0x12345678;

  . = 0x20000000;
  .rodata : { *(.rodata) }
}