.text .code32 .globl _start _start: call cmain loop: hlt jmp loop