summaryrefslogtreecommitdiff
path: root/boot/vesa_setup_16.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-08 12:24:13 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-08 12:24:13 +0200
commit12b60a62e6d639f53d64f8a5823870070d8b467b (patch)
treefe6d97db01ec71cee1116f1474addfa1f7dd8384 /boot/vesa_setup_16.asm
parent77357ba0bd02eb9ef76af15697f62f6021c0a4fe (diff)
disabled wait for a keypress in bootloader asm
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!