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

	.text
	.globl _start
_start:
	mov	.Ljmp(%eax), %eax
	jmp	*(%eax)
	.section	.data.rel.ro.local,"aw",@progbits
	.weak func
	.align	8
.Ljmp:
	.long func