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

TOTO = 4096;
TOTO += 4096;

SECTIONS
{
  .text TOTO :
  {
    x = ABSOLUTE(TOTO);
    *(.text)
  }
}