diff --git a/freeldr/bootsect/isoboot.asm b/freeldr/bootsect/isoboot.asm index c6ef9bd44da..81287c259ad 100644 --- a/freeldr/bootsect/isoboot.asm +++ b/freeldr/bootsect/isoboot.asm @@ -194,6 +194,11 @@ relocate: %endif .boot_cdrom: +%ifdef WAIT_FOR_KEY + call crlf + call crlf +%endif + ; Save and display the boot drive number mov [DriveNo], dl %ifdef DEBUG_MESSAGES