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

# on executable statement construct

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

# empty on statement
on expiry;

# another one
on commit or release {
    execute ("myscript", packet(5, 2));
}