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

static int grbxx = 'g' + 'r' + 'b' + 'x';

int grbx (int x)
{
  if (x)
    return grbxx;
  else
    return 0;
}