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

	.syntax unified

	.section .text, "ax"

	.align 5
	.globl _start
	.thumb_func
_start:
	.rept 13
	nop
	.endr
	eor	r0, r1, r2
	b.w	_start