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