Append two newlines to the "Press any key to boot form CD....." string.

svn path=/trunk/; revision=9497
This commit is contained in:
Eric Kohl 2004-05-26 10:58:29 +00:00
parent d7d7bbef13
commit 8158fc02d0

View 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