Can we install a 64-bit OS in a system having 32-bit processor?
feedback
|
migrated from stackoverflow.com Apr 7 '11 at 13:52
This question came from our site for professional and enthusiast programmers.
|
The only option would be emulation (such as qemu), but that requires a 32bit system underneath, and won't be very useful in practice (very slow, RAM still limited) | |||
|
feedback
|
|
No, You can install a 32bit OS on a machine with a 64bit CPU, but not the other way around. | |||
|
feedback
|
|
The quick answer is no The longer answer is, there's quite a few reasons you wouldn't want to do so, even if you could.
| |||
|
feedback
|