Append two newlines to the "Press any key to boot form CD....." string.
authorEric Kohl <eric.kohl@reactos.org>
Wed, 26 May 2004 10:58:29 +0000 (10:58 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 26 May 2004 10:58:29 +0000 (10:58 +0000)
svn path=/trunk/; revision=9497

freeldr/bootsect/isoboot.asm

index c6ef9bd..81287c2 100644 (file)
@@ -194,6 +194,11 @@ relocate:
 %endif
 
 .boot_cdrom:
 %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
        ; Save and display the boot drive number
        mov     [DriveNo], dl
 %ifdef DEBUG_MESSAGES