View Single Post
  #2 (permalink)
Old 4th June 2008, 08:24 PM
kidakaka
CEan - Value Adder
 
kidakaka's Avatar
 
Join Date: 18th October 2006
Location: Mumbai, Hyderabad
I'm a Crazy Computer Science Engineer
Posts: 472
Send a message via AIM to kidakaka Send a message via MSN to kidakaka Send a message via Yahoo to kidakaka Send a message via Skype™ to kidakaka
Default Re: processor bytes determination

Pallavi, what inputs do we have to solve the problem? Any of the following would do -

1. specs sheet of the proc or Opcode sheet of the processor
2. OS specific - in windows - start->run->dxdiag - the main screen will show you what proc you have
3. OS specific - in linux - "uname -a" will show you what proc you have
4. OS specific - in linux - "grep flags /proc/cpuinfo" and look at the end of the string - lm = 64 bit, real mode = 16 bit, protected mode = 32 bit
kidakaka is offline   Reply With Quote