]> git.lizzy.rs Git - loadnothing.git/commitdiff
More capitalization fixes
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 09:10:06 +0000 (11:10 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 09:10:06 +0000 (11:10 +0200)
boot.asm

index 850e6c13ba5aa2e3a75b2a2e4243f5d11f018dd2..666655d30cda1d683be81ac1fcba4774bdc5c274 100644 (file)
--- a/boot.asm
+++ b/boot.asm
@@ -5,7 +5,7 @@ call boot
 
 ; Print AL register
 print_al:
-       mov ah, 0x0E
+       mov ah, 0x0e
        mov bh, 0x00
        mov bl, 0x07
        int 0x10