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

	.global _start
	.global foo
	.type foo, @function
	.text
_start:
	# ((1 << 25) - 1) << 2
	# jump26 relocation out of range to plt stub,
	# we need long branch veneer.
	.skip 134217724, 0
	b foo
	ret