Originally posted by: JohnBernstein
Or you could use use QEMU.
It is similar to VMWare and runs Windows 95, 98, 2000, XP (in little windows to impress your friends).
See: http://fabrice.bellard.free.fr/qemu/
BTW having 4 copies of windows (guests) as well as linux (host) running, slows my system right down (1GB RAM).
Funny you should mention Qemu. The latest issue of Linux Journal has a bunch of articles on virtualization, including a pretty good introduction to Qemu. I spent Saturday playing around with it and built a very minimal Windows 98 image (700mb so it would fit on a CDR). I'm building a web site at work under Python and wanted some way to double check how things look under IE on my Fedora Core workstation.
Win98 is old, but it runs IE60 and I don't need to pass it much memory under Qemu. Using 32M but 16MB ran about the same. I'm not using the closed-source binary module, just running it as a user app, so Qemu isn't a speed demon but it works pretty well and was *way* easier than I expected.