From b569cc99bdf346f6366b5f46359cf42e8b1ec0f1 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Wed, 29 Jun 2011 16:40:14 +0000 Subject: [PATCH] [ASM] Use CR, LF and NUL in .ascii macro. svn path=/trunk/; revision=52490 --- reactos/boot/freeldr/bootsect/fat.S | 2 +- reactos/boot/freeldr/bootsect/fat32.S | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/boot/freeldr/bootsect/fat.S b/reactos/boot/freeldr/bootsect/fat.S index ef3912a9ed0..e9eb2ee8982 100644 --- a/reactos/boot/freeldr/bootsect/fat.S +++ b/reactos/boot/freeldr/bootsect/fat.S @@ -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" diff --git a/reactos/boot/freeldr/bootsect/fat32.S b/reactos/boot/freeldr/bootsect/fat32.S index 6ccb2a7d925..b309f9c46f7 100644 --- a/reactos/boot/freeldr/bootsect/fat32.S +++ b/reactos/boot/freeldr/bootsect/fat32.S @@ -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