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

/* _start should be the only thing left after GC.  */

void _start() __asm__("_start");
void _start()
{
}

void dropme1()
{
}

int dropme2[102] = { 0 };