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

int global_var = 4;
int other_var = 2;

extern int function (void);

int
main ()
{
  return function ();
}