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

# default expressions

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

# default expression is a variable reference
foo;

# or a function call when there are parentheses
bar ("abcd", "xyxt");