From 8d5ed148d33d3ec4db19d3456b521188a8442fc8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 8 Dec 2009 18:16:31 -0800 Subject: eltorito: fix comments that confuse NASM The sequence ; ... \ is interpreted by NASM as a continuation line of a comment which thus comments out the next line. Signed-off-by: H. Peter Anvin --- dosutil/eltorito.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dosutil') diff --git a/dosutil/eltorito.asm b/dosutil/eltorito.asm index d2c65b51..3ecb46c2 100644 --- a/dosutil/eltorito.asm +++ b/dosutil/eltorito.asm @@ -62,14 +62,14 @@ RPolyL equ 08320h Cdrom: -NextDriver dd -1 ;\ +NextDriver dd -1 ;-+ Attributes dw 0C800h ; | Pointers dw Strategy ; | dw Commands ; | MSCDEX requires this DeviceName db 'ELTORITO' ; | data in these locations dw 0 ; | DriveLetter db 0 ; | -NumUnitsSupp db 1 ;/ +NumUnitsSupp db 1 ;-+ DriverName db 'El-Torito CD-ROM Device Driver',0 ReqHdrLoc dw 0,0 ; 35h -- cgit v1.2.1