From 8158fc02d0df82990d197be215435fedb20f2848 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 26 May 2004 10:58:29 +0000 Subject: [PATCH] Append two newlines to the "Press any key to boot form CD....." string. svn path=/trunk/; revision=9497 --- freeldr/bootsect/isoboot.asm | 5 +++++ 1 file changed, 5 insertions(+) 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