mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ASM]
Use CR, LF and NUL in .ascii macro. svn path=/trunk/; revision=52490
This commit is contained in:
@@ -412,7 +412,7 @@ msgFreeLdr:
|
||||
.ascii "ldr not found", CR, LF, NUL
|
||||
// Sorry, need the space...
|
||||
//msgAnyKey:
|
||||
// .asciz "Press any key to restart\r\n"
|
||||
// .ascii "Press any key to restart", CR, LF, NUL
|
||||
filename:
|
||||
.ascii "FREELDR SYS"
|
||||
|
||||
|
||||
@@ -297,11 +297,11 @@ BiosCHSDriveSize:
|
||||
.long 0
|
||||
|
||||
msgDiskError:
|
||||
.asciz "Disk error\r\n"
|
||||
.ascii "Disk error", CR, LF, NUL
|
||||
msgFileSystemError:
|
||||
.asciz "File system error\r\n"
|
||||
.ascii "File system error", CR, LF, NUL
|
||||
msgAnyKey:
|
||||
.asciz "Press any key to restart\r\n"
|
||||
.ascii "Press any key to restart", CR, LF, NUL
|
||||
|
||||
.org 509 // Pad to 509 bytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user