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

set x $*
. ./.param

date > $TMPDIR/list
echo >> $TMPDIR/list

for dir in $DIRLST
do
	cd $MANDIR/man$dir
	echo "cat <<'EOF' >----------" >> $TMPDIR/list
	echo "Section $dir" >> $TMPDIR/list
	ls -ldas .* $FILLST >> $TMPDIR/list
done