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
6
7
	.data
	.asciz "line1 : This is a line without a newline at the end"
	.asciz "line2 : This is a line with a newline at the end\n"
	.asciz "line3 : This is a line with a \nnewline in the middle"
	.asciz "line4 : This is a line with a \rcontrol character"
	.asciz ""
	.asciz "line6 : The previous line was empty\n"