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
{
  reset - 4 :
  {
    *(reset)
  }
  boot - 0x1000 :
  {
    *(boot)
  } = 0xffff
  . = + SIZEOF_HEADERS;
  .text : { *(.text) }
  .data : { *(.data) }
  .bss : { *(.bss) }
}