MS Windows virtual machine/simulator ?

  • Thread starter Thread starter Antoine
  • Start date Start date
A

Antoine

Hello,

is there any MS-Windows virtual machine or MS-Windows simulator that could
work on top of a MS-Windows system ?

Thanks in advance.
 
Antoine said:
Hello,

is there any MS-Windows virtual machine or MS-Windows simulator that
could
work on top of a MS-Windows system ?

Look for BOCHS http://bochs.sourceforge.net/
BOCHS is actually a machine emulator that sets up a virtual machine (the
guest) inside of the operating system you now have (the host). So you'll
need a copy of the guest operating system to install on the virtual
machine you create. I will warn you that networking support is weak on a
Windows host, and COM ports are not supported on a Windows Host. Other
than that, you can do some very amazing things with it.
 
H-Man said:
Look for BOCHS http://bochs.sourceforge.net/
BOCHS is actually a machine emulator that sets up a virtual
machine (the guest) inside of the operating system you now have
(the host). So you'll need a copy of the guest operating system to
install on the virtual machine you create. I will warn you that
networking support is weak on a Windows host, and COM ports are
not supported on a Windows Host. Other than that, you can do some
very amazing things with it.

BOCHS looks nice indeed. Thank you HK.
 
Back
Top