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

1
2
3
4
5
6
with Ada.Text_IO;

procedure GNAT_Debug_Info_Test is
begin
   Ada.Text_IO.Put_Line("Hello, world!");
end GNAT_Debug_Info_Test;