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	entry
	.globl	foo\@
	.size	foo\@,4
	.type	foo\@,@function
foo\@:
	rts
	nop
	.endm
	
	.rept	511
	entry
	.endr