From 12b60a62e6d639f53d64f8a5823870070d8b467b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 8 Sep 2014 12:24:13 +0200 Subject: disabled wait for a keypress in bootloader asm --- boot/vesa_setup_16.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot') 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! -- cgit v1.2.3