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
7
8
9
# bad (tautology) class declaration config

# class declaration
class "tautology" {
    # tautology
    # note that true does not work as it is a variable reference
    # and for the same reason quotes are needed (or one can use hexa)
    match if 12:34 = 56:78:9a;
}