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
# varset allows concatenated strings as numbers
myports = 5555 6666
# and also can be used within another macro
moreports = $myports 7777
pass in proto tcp from any to any port { $moreports }