Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Operating Systems Virtualization Windows

Ask Slashdot: Best 32-Bit Windows System In 2012? 313

First time accepted submitter justthinkit writes "I have a number of applications that will not run on 64-bit Windows, but I would like to gain the benefits (most better caching) of having more than 4GB of RAM. Am I stuck with these Windows operating systems? And why is Windows Server 2008 Datacenter and Enterprise not included on that page? Should I go with a Linux or Win 7/8 system, and run a VM of Windows XP? Is this a solved problem or a lost cause?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: Best 32-Bit Windows System In 2012?

Comments Filter:
  • by pak9rabid ( 1011935 ) on Tuesday November 13, 2012 @11:31AM (#41967797)
    What's wrong with running Windows 7 x64, and running your 32-bit applications in compatibility mode?
  • by mastershake82 ( 948396 ) on Tuesday November 13, 2012 @11:34AM (#41967869)
    Generally, if they have applications that will not run on 64-bit Windows, it is because the applications are 16-bit, not 32-bit.
  • by fuzzyfuzzyfungus ( 1223518 ) on Tuesday November 13, 2012 @12:18PM (#41968519) Journal

    A 64bit CPU can have a 32bit OS installed. That's not the point. If the 64bit CPU is what causes his applications to fail (and not some software environment problem), then running the OS in a VM won't help because it doesn't change the CPU that the application will see. VMs are not CPU emulators. The code inside the VM runs on the host CPU.

    No VM built for resource management convenience in a standard production environment is a CPU emulator, because that's horribly inefficient compared to doing passthrough. If you don't mind incurring substantial overhead, though, something like QEMU can do full emulation of an x86, ARM, MIPS, or SPARC CPU. Not at all fast, compared to passthrough(also supported with KVM or xen); but it can be done.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...