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

server:
	verbosity: 2
	# num-threads: 1
	port: @PORT@
	use-syslog: no
	directory: ""
	pidfile: "unbound.pid"
	chroot: ""
	username: ""
	do-not-query-localhost: no
	module-config: "validator python iterator"

python:
	python-script: "pymod.py"

forward-zone:
	name: "."
	forward-addr: "127.0.0.1@@TOPORT@"