mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
%endif
|
||||||
|
|
||||||
.boot_cdrom:
|
.boot_cdrom:
|
||||||
|
%ifdef WAIT_FOR_KEY
|
||||||
|
call crlf
|
||||||
|
call crlf
|
||||||
|
%endif
|
||||||
|
|
||||||
; Save and display the boot drive number
|
; Save and display the boot drive number
|
||||||
mov [DriveNo], dl
|
mov [DriveNo], dl
|
||||||
%ifdef DEBUG_MESSAGES
|
%ifdef DEBUG_MESSAGES
|
||||||
|
|
Loading…
Reference in a new issue