summaryrefslogtreecommitdiff
path: root/boot/vesa_setup_16.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-04 20:17:49 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-04 20:17:49 +0200
commit487ecc1615ccc0368f1520c1146b2b43cdab6577 (patch)
tree07d9e36182251b485e344fbb6e8182e2805a9572 /boot/vesa_setup_16.asm
parent44dcbdf16674bc727503ca748f95eec847755b2f (diff)
working on bootloader. we will need stage 2...
Diffstat (limited to 'boot/vesa_setup_16.asm')
-rw-r--r--boot/vesa_setup_16.asm2
1 files changed, 1 insertions, 1 deletions
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