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

anchor { # testing comments
	anchor in {
		# comment before rule
		pass quick
	}
	# silly nesting
	anchor out {
		anchor in {
			anchor out {
				anchor in {
					anchor out {
						anchor in {
							anchor out {
								anchor in {
									pass
								}
							}
						}
					}
				}
			}
		}
	}
	pass in on tun1000000
	anchor foo on tun1000000 {

		pass
	}
} # comment after closing brace