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).

-- Ramon

Reply via email to