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
# Overflow; specify 223*8 registers.
 .set i,0
 .rept 223*4*8
 LDA $11,_start+i*64
 .set i,i+1
 .endr