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
{
  .text 0x1000 : {
    tmpdir/weak1.o(.data)
  }
  .data 0x2000 : {
    tmpdir/weak2.o(.data)
  }
  /DISCARD/ : {
    *(*)
  }
}