Append two newlines to the "Press any key to boot form CD....." string.
[reactos.git] / freeldr / bootsect / isoboot.asm
index c6ef9bd..81287c2 100644 (file)
@@ -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