[syslinux] Bug in mbr.asm

H. Peter Anvin hpa at zytor.com
Sun Feb 1 20:26:53 PST 2004


TenThumbs wrote:
> Found this small bug. It won't print error messages. A simple fix.
> 
> --- mbr.asm.orig        2002-10-03 06:02:50.000000000 -0400
> +++ mbr.asm     2004-01-08 06:55:13.000000000 -0500
> @@ -165,7 +165,7 @@
>  die:
>  .msgloop:
>                 lodsb
> -               xor al,al
> +               or al,al
>                 jz .now
>                 mov ah,0Eh                      ; TTY output
>                 mov bx,0007h
> 

Cool, thanks.  Slightly modified bug fix applied.

	-hpa




More information about the Syslinux mailing list