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
	.globl	x1
	x1 = 0x11223344
	.globl	x2
	x2 = 0x55667788
	.globl	x3
	.csect	x3[RW]
x3:
	.long	42