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

	.section ".tbss","awT",@nobits
	.p2align 2
wot:	.space 4

	.text
	.global _start
_start:
	lis 3,wot@tprel@ha
	addi 3,3,wot@tprel@l
	blr