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

#!/bin/sh

LC_ALL=C
export LC_ALL

for i in $*
do
	echo === $i ===
	mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop
done