From 2a204125c98699aa2baa8f6f91fc5129f6eb7385 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 6 Sep 2014 15:12:13 +0200 Subject: Added asm code that waits for keypress on booting --- boot/print_string_16.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/print_string_16.asm') 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 -- cgit v1.2.3