Is it possible to have “32 bit operating system” running on “64 bit processor” ?
What happens when I target my runtime in .net to x-64 and my OS is 32 bit ?
One more to add “by the way what is meant by 32 bit OS (vs 32 bit processor)” ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes; the x64 processor is just an extension of x86, which is a 32-bit processor.
It will not run.
It means the OS contains code for running on a 32-bit processor.