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
BEGIN {
        a[1] = "elephantie"
        a[2] = "e"
        print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2])
}