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

# Check FSGSBase new instructions.

	.text
foo:
	.rept 2
	rdfsbase %ebx
	rdgsbase %ebx
	wrfsbase %ebx
	wrgsbase %ebx

	.intel_syntax noprefix
	rdfsbase ebx
	rdgsbase ebx
	wrfsbase ebx
	wrgsbase ebx

	.att_syntax prefix
	.code16
	.endr