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

# RUN: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
# RUN:   | llvm-readobj -s -t | FileCheck %s

	.section .rdata

	.align 8
	.global data
data:
	.quad 0

# CHECK: Sections [
# CHECK:  Section {
# CHECK:    Name: .text
# CHECK:  }
# CHECK: ]