mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Append two newlines to the "Press any key to boot form CD....." string.
svn path=/trunk/; revision=9497
This commit is contained in:
parent
d7d7bbef13
commit
8158fc02d0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue