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

--- input_c1.in
+++ input_c2.in
@@ -1,14 +1,15 @@
 /*
  * A comment 
  *
- * And another  bla
+ * And another bla
  *
- * And yet another
+ * and yet another
  */
 
 int
 main(void)
 {
+
 	printf("something");
 
 	return (0);