Select the types of activity you want to include in your feed.
1.section .text 2 3.global main 4 5main: 6 mov r7, #11 7 ldr r0, =msg 8 swi 11 9loop: 10 b loop 11.data 12.align 13msg: .asciz "/System/initsystem"