How to convert 64-bits operating system to 32-bits

s3anister

Distinguished
May 18, 2006
679
2
19,060
amtay, a 64 bit Operating System can not be "converted" to a 32 bit operating system. As to why, it's because a 64 bit OS sends literally 64-bits of data in one clock cycle whereas a 32 bit OS sends literally 32 bits of data in one clock cycle. You'd have to rewrite the entire OS to send data in two clock cycles instead of one for it to work in 32bit and at that point (even if it's theoretically possible) performance would be cut in half as it would take twice as long to transfer the same data.

I'm always amazed when I see these threads.
 

jerm1027

Distinguished
Apr 20, 2011
404
0
18,810
Shouldn't need to with Windows Vista and Windows 7; the 64bit versions have a hybrid kernel that allows them to run 32bit applications.

Also noted in earlier posts, you can't just convert the OS. You either re-install, or run a virtual machine with the 32bit OS.