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

# This file gets linked to start at 0xffffff0, so the call is an overflow.
	.text
	.global start
	.type	start, @function
	.set	noreorder
start:
	nop
	nop
	nop
	nop
	jal	start
	nop
	.type start, @function