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
 .code16
 .global _start, fwd
_start:
	jcxz	fwd
 .rept 10
	testl $0x12345678, %ss:0x76543210(,%eax,4)
 .endr
fwd:
	leave
	ret