summaryrefslogtreecommitdiff
path: root/boot/print_string_16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/print_string_16.asm')
-rw-r--r--boot/print_string_16.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/print_string_16.asm b/boot/print_string_16.asm
index b758725..9f81a87 100644
--- a/boot/print_string_16.asm
+++ b/boot/print_string_16.asm
@@ -49,7 +49,7 @@ pusha
mov ah,0x2
mov bh,0
mov dl,0
- mov dh,15
+ mov dh,20
int 0x10
popa