Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.text .globl _start .align 3 _start: nop .LA0: auipc a5,%pcrel_hi(ll) lw a0,%pcrel_lo(.LA0)(a5) lw a0,%pcrel_lo(.LA0+4)(a5) ret .globl ll .data .align 3 .zero 2024 ll: .word 0 .word 0