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 .foo, "aw", @progbits
	.globl	foo
	.type	foo, @object
foo:
	.set	.Li, 0
	.rept	16
	.set	.Li, .Li + 1
	.byte	.Li
	.endr
	.size	foo, . - foo