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
# DHCPv4 pool declaration in root config

# DHCPv4 pool declaration must be in a shared-network or subnet declaration
pool {
    range 204.152.185.135 204.152.185.185;
}