![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 32bit to 64bit conversion. | demuynckr | High Level Programming | 7 | 08-11-2008 07:00 AM |
| Linux version v.s. 32bit/64bit | princelinux | Linux | 1 | 11-15-2007 10:45 PM |
| Linux 32bit or 64bit | manoj.solaris | Linux | 5 | 09-16-2007 02:02 PM |
| 64bit- or 32bit- processor | moxxx68 | UNIX for Dummies Questions & Answers | 2 | 01-27-2005 09:12 AM |
| change solaris to 32bit | thangorn | UNIX for Dummies Questions & Answers | 2 | 03-11-2002 09:31 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
32bit vs 64bit
Whats the difference between 32bit and 64bit OS's or applications. I understand it a little but its just not clicking the way the teacher explained to me
thanks, any info would be much appreciated |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
All OSes can can process 32-bit and 64-bit numbers (actually, even longer ones). And, if the hardware supports, say, 64-bit integers natively, then it is possible for a compiler to support those instructions on any OS.
But, what one usually means by a "64-bit OS" is that the OS itself exploits the newer features of a 64-bit processor. That is, if native data moves are in 64-bit chunks, then the OS moves data that way. If a huge amount of memory can be addressed, then the OS can use it. If device drivers can be faster because of higher bandwidth, then the OS has such drivers. And so on. But, even on such an OS, whether applications use the "64-bit features" is entirely up to the design of the program and/or the compiler that's generating the code. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|