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

/*
 * A comment 
 *
 * And another bla
 *
 * and yet another
 */

int
main(void)
{

	printf("something");

	return (0);
}