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
7
8
9
module malformed_a {
  module a1 { header "a1.h" }
  module a2 { header "a2.h" }
}
module malformed_b {
  module b1 { header "b1.h" }
  module b2 { header "b2.h" }
}
module c { header "c.h" }