From 487ecc1615ccc0368f1520c1146b2b43cdab6577 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 4 Sep 2014 20:17:49 +0200 Subject: working on bootloader. we will need stage 2... --- boot/vesa_setup_16.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/vesa_setup_16.asm') diff --git a/boot/vesa_setup_16.asm b/boot/vesa_setup_16.asm index 96e16e2..f21cbff 100644 --- a/boot/vesa_setup_16.asm +++ b/boot/vesa_setup_16.asm @@ -39,7 +39,7 @@ VesaSetup: int 0x10 cmp ax,0x004f je vesa_ok3 - vesa_err3 + vesa_err3: mov bx, VESA_CHECK3 call print_string jmp vesa_err3 -- cgit v1.2.3