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

	.macro	makeref,sym
	lw	$5,%got(\sym\@)($gp)
	.endm

	.globl	f3
	.ent	f3
f3:
	.rept	8000
	makeref	frob
	.endr
	.end	f3