The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Gunther on November 12, 2012, 01:07:19 AM

Title: Virtual Machine
Post by: Gunther on November 12, 2012, 01:07:19 AM
I've running two native 64 bit operating systems on my new machine: Windows 7 Professional with SP 1 and Gentoo Linux. I've to install the 32 bit operating systems (Windows and Linux) as virtual machines, because those systems are not EFI aware and I have an EFI hard disk.

There are several free virtual machines available: VirtualBox, Virtual PC, VMware Player, Bochs etc. What would be a good solution? Any experiences?

Gunther
Title: Re: Virtual Machine
Post by: anta40 on November 12, 2012, 02:22:41 AM
I mainly use VirtualBox to run Linux on my Windows system. Works good. Never have problems so far.
I also use Bochs, but mainly for debugging some toy OS projects.
Title: Re: Virtual Machine
Post by: Gunther on November 12, 2012, 02:38:33 AM
Hi anta40,

Quote from: anta40 on November 12, 2012, 02:22:41 AM
I mainly use VirtualBox to run Linux on my Windows system. Works good. Never have problems so far.
I also use Bochs, but mainly for debugging some toy OS projects.

thank you for the fast answer. Is it a 32 or 64 bit Linux?

Gunther
Title: Re: Virtual Machine
Post by: anta40 on November 12, 2012, 02:48:14 AM
A 32-bit Debian, which is mainly used for web apps development.
Title: Re: Virtual Machine
Post by: Gunner on November 12, 2012, 03:50:00 AM
I use VitualBox, Windows 7 64bit is my host OS, and under VB, I run 4 flavors of *nixs, each in 32 and 64 bit, no problems.
Title: Re: Virtual Machine
Post by: Gunther on November 12, 2012, 04:23:44 AM
Rob,

thank you for that information. I'll give VB a try.

Gunther
Title: Re: Virtual Machine
Post by: sinsi on November 12, 2012, 04:02:05 PM
For speed, VMware Player seems to be the fastest (on Win7Pro x64 anyway).
VirtualPC is a bit limited as far as guest OS's go.

I use VirtualBox, VirtualPC, VMware Player and bochs (like anta40, bochs is for hobby OS's).