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
{
  . = 0x1000 + SIZEOF_HEADERS;
  .text ALIGN (0x20) :
   {
     LONG (label - .)
     label = .;
     LONG (ADDR (.other))
   }
   .other 0x2000 : {}
}