Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
.global abs1 abs1 = 0x1000 .data .global data1 data1: .text .global text1 text1: .global text2 text2 = . + 65536 .end