X-Git-Url: http://git.dujemihanovic.xyz/posts?a=blobdiff_plain;f=boot.s;h=6181a73528610dcaf7c18ea6beb51dbf03865ffe;hb=3d58037b465f917b19b0f786c334ed70e1065857;hp=de5887dddc3101695a5ddcdc7e5deeca7f1d3796;hpb=668fa121eb74d3317a73c2289f8805aaf1c84d7e;p=nameless-os.git diff --git a/boot.s b/boot.s index de5887d..6181a73 100644 --- a/boot.s +++ b/boot.s @@ -97,7 +97,7 @@ pmprint .loop mov al, [ebx] ; read next char and put it in al - mov ah, 0Fh ; puts the VGA text mode color white on black into ah + mov ah, 00000111b ; puts the VGA text mode color white on black into ah cmp al, 0 ; if the next character is null, we reached end of string je .done ; so return the instruction