Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
.globl x1 .section .tdata,"awT",@progbits .p2align 2 .type x1, @object .size x1, 4 x1: .long 41 .globl x2 .p2align 2 .type x2, @object .size x2, 4 x2: .long 42