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

# For Solaris
#LIBS=-lsocket -lnsl

all: l4check

l4check: l4check.c
	$(CC) -g -I.. $(CFLAGS) $(LIBS) l4check.c -o $@

clean:
	/bin/rm -f l4check