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
pass in from port = 10101
pass out from any to port != 22
block in from port 20:21
block out from any to port 10 <> 100
pass out from any to port = {3,5,7,9}
block in from port = {20,25}
pass in from any port = {11:12, 21:22} to any port = {1:2, 4:5, 8:9}