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
{
  OVERLAY 0x400 :
  {
    .ov_a1 { *(.ov_a1) }
    .ov_a2 { *(.ov_a2) }
    .empty { empty.o?(.text) }
  }
}
INSERT BEFORE .data;