bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VBE support


From: OKUJI Yoshinori
Subject: Re: VBE support
Date: Fri, 10 Nov 2000 21:08:37 +0900

From: Jan Fricke <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]