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

    .file "pr20789.s"
.section	.text,"ax",@progbits
main:
L1:
    jmp  L1
L2:
.global	x
	.section .data
	.type	x, @object
	.size	x, 2
x:
	.word	L1 - L2