On Tue, Aug 08, 2000 at 09:41:57PM +0200, Ramon van Handel wrote:
> Jeroen Janssen wrote:
> > thinking about a VGA BIOS "plugin", if I trap int 10h I can use
> > vm_get_context to see what the registers are upon performing int 10h and
> > I can use use vm_set_context to return information in the registeres to
> > the guest?.
> 
> Exactly.  Not particularly fast, as you see (that's why
> a "real" bios is probably better).

But the VGA BIOS is only used for mode setup, any program that uses int 10h for the 
actual pixel drawing would be too slow to use on *any* system...

Alex

Reply via email to