I can see the yellow string, but the computer reboots after that.
Code: Select all
; print 'Protect'
mov ax, GDT_Video_Sel
mov gs, ax
mov bx, (5 * 80 + 5) * 2 ; row 5, col 5
mov al, 'P'
mov ah, 14
mov gs:[bx], ax
......
mov bx, (5 * 80 + 11) * 2 ; row 5, col 11
mov al, 't'
mov ah, 14
mov gs:[bx], ax
jmp $ ; cause reboot