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

	.text
	.globl	_start
	.type	_start, @function
_start:
	movl	errno@indntpoff, %eax
	movl	%gs:(%eax), %eax
	ret
	.globl	errno
	.hidden	errno
	.section	.tbss,"awT",@nobits
	.align 4
	.type	errno, @object
	.size	errno, 4
errno:
	.zero	4