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

	@ Test that macro expansions are properly scrubbed.
	.macro popret regs
	ldmia sp!, {\regs, pc}
	.endm
	.text
l:
	popret "r4, r5"

	@ section padding for a.out's sake
	nop
	nop
	nop