summaryrefslogtreecommitdiff
path: root/boot/print_string_16.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-06 15:12:13 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-06 15:12:13 +0200
commit2a204125c98699aa2baa8f6f91fc5129f6eb7385 (patch)
tree1b719549e6ce9af77c74e264400c0a3da0b2a7eb /boot/print_string_16.asm
parenta2e81c781080121b283da598477baa735718ec63 (diff)
Added asm code that waits for keypress on booting
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