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

# host name config

# subnet4 declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    range 10.5.5.5 10.5.5.10;
}

# host declaration
host test1 {
    hardware ethernet 00:0B:FD:32:E6:FA;
    fixed-address 10.5.5.1;
}

# host declaration using a longer name
host test2.example.com {
    hardware ethernet 00:07:0E:36:48:19;
    fixed-address 10.5.5.2;
}