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	foo
	.ent	foo
foo:
$LCL:
	lui	$2, %highest($LCL)
	addiu	$2, %higher($LCL)
	lui	$2, %highest(bar)
	addiu	$2, %higher(bar)
	.end	foo