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
#!/usr/bin/env ruby

(Integer($*[0])..Integer($*[1])).each {|i| puts "case 0x%02X:" % i}