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

	.globl here
	.data
here:
	.long	1
	.globl there
	.section	.discard,"aw",%progbits
	.align 4
there:
	.long	2
	.section	.debug_info,"",%progbits
	.long	here
	.long	there