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
	.type rw,%object
	.globl rw
rw:
	.dc.a 0
	.size rw, . - rw

	.text
	.type ro,%object
	.globl ro
ro:
	.dc.a 0
	.size ro, . - ro