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 { header "a.h" export * }
module B { module B1 { header "b1.h" export * } module B2 { header "b2.h" export * } }