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

# $FreeBSD$

env IFS=_ ${SH} -c '
rc=2
nosuchtool_function() {
	rc=0
}
v=nosuchtool_function
$v && exit "$rc"
'