On Tue, 2008-01-08 at 11:50 +0100, Robert Millan wrote:
> boot_drive_check:
>         jmp     1f      /* grub-setup may overwrite this jump */
>         testb   $0x80, %dl
>         jnz     1f
>         movb    $0x80, %dl
> 1:
> 
> However, if 0x80 is really "the only possible boot drive", that means the
> test is pointless and can be replaced with:

No, I was wrong, I misread "testb" as "cmpb".  Values such as 0x81 are
valid and should be preserved.

Please ignore my previous message.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to