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

FORCE_GROUP_ALLOCATION

PHDRS
{
  header PT_PHDR PHDRS ;
  image  PT_LOAD PHDRS;
}

SECTIONS
{
  . = 0x1000;
  .text : { *(.text) *(.rodata.brlt) } :image :header
  /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
}