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

MEMORY
{
  x0(xrw): ORIGIN = 0x0, LENGTH = 8
  x1(xrw): ORIGIN = 0xC, LENGTH = 8
}
SECTIONS
{
  .a0 : { *(.data.a0) } > x0
  .a1 : { *(.data.a1) } > x1
  /DISCARD/ : { *(*) }
}