opuntiaOS - an operating system targeting x86 and ARMv7
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 143 B view raw
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"