VMware: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Mercy (talk | contribs)
mNo edit summary
Line 1:
'''VMWare''' is basically the rich man's Virtualizer. It can run any number of "Guest Operating Systems" and can boot from real media or image files. It comes with a GUI that makes it easier to configure than [[Bochs]] or [[QEMU]].
 
Please note: VMware is not an emulator. There is lot of differncedifference between an emulator and a virtual machine monitor. Emulators, like Bochs, emulate each instruction, whereas VMWare (and Virtual PC) try to run most of the code on the host PC directly, and only emulate instructions that create invalid instruction faults or access system-level memory.
 
The VMware BIOS supports booting from a CD (use mkisofs to make a bootable CD, attach cdrom device to the .iso file) or a floppy drive (attach the floppy disk to a file), plus hard drives. These are the easiest options for loading your own kernel.