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

1
2
3
4
5
6
7
8
9
	.text
	.global _start
_start:
	bcl 20,31,1f
1:	mflr 30
	addis 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@ha
	addi 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@l
	bl _exit@plt
	b _start