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

module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } }
module X { module x { header "x.h" } module c { header "c.h" } }