summaryrefslogtreecommitdiff
path: root/boot/vesa_setup_16.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/vesa_setup_16.asm')
-rw-r--r--boot/vesa_setup_16.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/vesa_setup_16.asm b/boot/vesa_setup_16.asm
index 25eba22..d4c6ca2 100644
--- a/boot/vesa_setup_16.asm
+++ b/boot/vesa_setup_16.asm
@@ -72,8 +72,8 @@ VesaSetup:
;;;;;;;;;;;;;;;;;
wait_key:
- mov ah,0 ; block waiting for keyboard scancode
- int 0x16
+; mov ah,0 ; block waiting for keyboard scancode
+; int 0x16
;VESA: finally switch to the mode of choice!