Author: spetreolle Date: Wed Jun 29 16:40:14 2011 New Revision: 52490
URL: http://svn.reactos.org/svn/reactos?rev=52490&view=rev Log: [ASM] Use CR, LF and NUL in .ascii macro.
Modified: trunk/reactos/boot/freeldr/bootsect/fat.S trunk/reactos/boot/freeldr/bootsect/fat32.S
Modified: trunk/reactos/boot/freeldr/bootsect/fat.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/fat.S... ============================================================================== --- trunk/reactos/boot/freeldr/bootsect/fat.S [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/bootsect/fat.S [iso-8859-1] Wed Jun 29 16:40:14 2011 @@ -412,7 +412,7 @@ .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"
Modified: trunk/reactos/boot/freeldr/bootsect/fat32.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/fat32... ============================================================================== --- trunk/reactos/boot/freeldr/bootsect/fat32.S [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/bootsect/fat32.S [iso-8859-1] Wed Jun 29 16:40:14 2011 @@ -297,11 +297,11 @@ .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