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

 .data
 .macro m x
 .byte (\x)
 .endm

	m	(1)
	m	(!1)
	m	(1)+(1)
	m	1+(1)
	m	(1 + 1)
	m	(1 + 1)*(1 + 1)
	m	(! 0)+(! 0)