Displaying 3 results from an estimated 3 matches for "vm86_real_to_protect".
Did you mean:
vm86_real_to_protected
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2006 Sep 19
0
Problem about rombios initializing network card''s PnP option ROM
...pt(regs, 0x70 + (irq - 8));
return;
}
switch (trapno) {
case 0:
regs->eflags|=eflags.TF
regs->eip++;
case 1: /* Debug */
if (regs->eflags & EFLAGS_VM) {
/* emulate any 8086 instructions */
if (mode != VM86_REAL_TO_PROTECTED)
panic("not in real-to-protected mode");
emulate(regs);
regs->eflags|=eflags.TF;
return;
}
goto invalid;
case 13: /* GPF */
if (regs->eflags & EFLAGS_VM) {
/* emulate any 8086 instruct...