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 
 *
<<<<<<< (local)
 * And another  bla
=======
 * And another bla
>>>>>>> (stock)
 *
<<<<<<< (local)
 * And yet another
=======
 * and yet another
>>>>>>> (stock)
 */

int
main(void)
{
<<<<<<< (local)
=======

>>>>>>> (stock)
	printf("something");

	return (0);
}