BITS 16 ; ready to jump to the kernel xor bx, bx mov al, 0x49 mov ah, 0x0E int 0x10 cli hlt