To read all comments associated with this story, please click here.
Win4BSD works much faster than Qemu+KQemu. They optimized their code heavily and added features that is not found on original development. All changes in Windows base system made automagically so after Windows install in Win4BSD you got fully configured shared folders with your FreeBSD system and optimized registry for virtual machine. And it really works like native application in window- no need to press some strange keyboard combination for leaving Windows environment- just move mouse outside and you are in FreeBSD again. Speed is impressive and multilanguage keybord support is here. One feature that I especially like is "snapshot" mode, which prevents changes to the guest session's "C:" drive from being committed to the disk image file; this is useful to prevent unwanted changes to your Windows installation (i.e. viruses, "malware", "spyware", etc.) once you have configured your applications as desired- anything saved to the guest session's "C:" drive will be lost once you exit the session.
Edited 2006-10-01 08:19






Member since:
2005-11-03
Why not just try qemu (+kqemu accelerator for i386)? Since it's based there anyway. Just 2 lines for you... "qemu-img create c.img 5G", "qemu -hda c.img -cdrom <your win iso> -mem 512 -localtime -boot d". Viola! win installation in progress...
Edited 2006-10-01 04:37