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

1
2
3
4
5
6
7
8
9
.balign 0x1000
.globl _start
_start:
        .skip 0xffc
        adrp x0, _start + 0x80000000
        str x2, [x2]
        mov x2, #0
        ldr x1, [x0, #0x40]
        nop