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

SECTIONS
{
	.text : ALIGN(4096)
	{
		*(.text .text.* .fixup)
	}
	.init.text : ALIGN(4096)
	{
		*(.init.text .init.text.*)
	}
	.exit.text : ALIGN(4096)
	{
		*(.exit.text .exit.text.*)
	}
}