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

1
2
3
4
5
6
	muls.b d0, d1, #-123
	muls.w d1, d1, #-12345
	muls.l d2, d1, #-1234567
	mulu.b d0, d1, #123
	mulu.w d1, d1, #12345
	mulu.l d2, d1, #1234567