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

PHDRS {
 text PT_LOAD;
}

SECTIONS
{
 . = (0xffffffff8000000f + ALIGN(0x1000000, 0x1000000));
 .text : AT(ADDR(.text) - 0xffffffff8000000f) {
 } :text
}