qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Win2k mouse


From: Lionel Ulmer
Subject: Re: [Qemu-devel] Win2k mouse
Date: Thu, 15 Apr 2004 20:31:09 +0200
User-agent: Mutt/1.2.5i

> Then in vga_draw_text (sorry, no line numbers since my vga.c doesn't match
> yours in that respect), around 90 lines into it just before the cy loop
> starts, try the following:
> 
>     if (height * width >= CH_ATTR_SIZE)
>     {
>         printf("TMN: Saving VGA from crashing in vga_draw_text()\n");
>         return;
>     }

This is the one that saves me :

VGA: vga_update_display not updating due to display disabled
VGA: vga_update_display not updating due to display disabled
TMN: Saving VGA from crashing in vga_draw_text()

Now I start to see the rest of the Win2K second-stage installer. So at least
it helps going a bit further than before.

          Lionel

-- 
                 Lionel Ulmer - http://www.bbrox.org/




reply via email to

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