]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot.s
Add linker script and partial VGA driver
[nameless-os.git] / boot.s
diff --git a/boot.s b/boot.s
index de5887dddc3101695a5ddcdc7e5deeca7f1d3796..6181a73528610dcaf7c18ea6beb51dbf03865ffe 100644 (file)
--- 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