From: Jan Fricke <[EMAIL PROTECTED]>
Subject: Re: VBE support
Date: Thu, 09 Nov 2000 17:40:05 +0100

> diff -ur grub.org/stage2/asm.S grub/stage2/asm.S
> --- grub.org/stage2/asm.S       Mon Nov  6 07:42:26 2000
> +++ grub/stage2/asm.S   Thu Nov  9 17:29:17 2000
> @@ -1679,7 +1679,7 @@
>         /* Save the mode number in %bx */
>         movl    0x8(%ebp), %ebx
>         /* Clear bit D11 */
> -       andl    0xF7FF, %ebx
> +       andl    $0xF7FF, %ebx
>  
>         call    EXT_C(prot_to_real)
>         .code16

  Thanks for your patch! I'll apply this.

  However, we need to debug track_int13. This is not very easy, but
I'd like you to help me find what is wrong. If you are willing, let me
know.

Okuji

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to