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	var
	.section	.tdata,"awT",%progbits
var:
	.word	2
	.text
	adrp	x0, :tlsgd:var
	add	x0, x0, :tlsgd_lo12:var
	bl	__tls_get_addr
	nop
	ldr	w0, [x0]