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

1
2
3
4
5
#	$NetBSD: STD_LOADADDR,v 1.1 2003/05/23 21:56:37 leo Exp $

LOADADDR=	0x20000		# Load address of 2nd level boot
LOADADDR3=	0x28000		# Load address of 3rd level boot
CPPFLAGS+=	-DLOADADDR="${LOADADDR}" -DLOADADDR3="${LOADADDR3}"