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

# not boolean expression

# empty configs are not accepted by Kea
default-lease-time 1800;

# use not in a reductible match if
class "reductible" {
    match if not (option host-name = "www.example.com");
}

# if test is a boolean too
if not check "foo" { add "bar"; }