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" {
  textual header "a.h"
}

module "b" {
  export *
  header "b.h"
}

module "c" {
  export *
  header "c.h"
}

module "d" {
  export *
  header "d.h"
}