Questions tagged [64-bit]

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

64-bit is a word size that defines certain classes of computer architecture, buses, memory and CPUs, and by extension the software that runs on them. 64-bit CPUs have existed in supercomputers since the 1970s (Cray-1, 1975) and in RISC-based workstations and servers since the early 1990s. In 2003 they were introduced to the (previously 32-bit) mainstream personal computer arena in the form of the x86-64 and 64-bit PowerPC processor architectures.

A 64-bit register can store 264 = 18446744073709551616 different values, a number in excess of 18 quintillion. Hence, a processor with 64-bit memory addresses can directly access 264 bytes of byte-addressable memory.

Without further qualification, a 64-bit computer architecture generally has integer and addressing registers that are 64 bits wide, allowing direct support for 64-bit data types and addresses. However, a CPU might have external data buses or address buses with different sizes from the registers, even larger (the 32-bit Pentium had a 64-bit data bus, for instance). The term may also refer to the size of low-level data types, such as 64-bit floating-point numbers.

Source: wikipedia

349 questions
-3
votes
1 answer

error while starting xampp on fedora17

I currently installed xampp on my fedora (64 bit) system. i edited out the following code to make it 64 bit compatible. # XAMPP is currently 32 bit only #case `uname -m` in # *_64) # if /opt/lampp/bin/php -v > /dev/null 2>&1 # then # …
sneha
  • 1
  • 2
-3
votes
1 answer

Running 64bit guest on top of 32 host (Windows/Linux)

Is it possible to run 64-bit guest OS (linux/BSD), using VirtualBox on 64-bit capable CPU, but when host OS is 32bit? (Host may be linux or windows.) Will 64bit guest run at full speed or it will be slow (64-bit wide instructions emulated like in…
osgx
  • 583
  • 11
  • 26
-5
votes
1 answer

Run 64bit installer on 32bit centos cannot execute binary file

I Have a 64bit file from my old server, its ./install file now i want run it in 32bit server, see below error: [root@host ~]# ./installer.1 -bash: ./installer.1: cannot execute binary file My server is centos
antonio
  • 1
  • 1
  • 1
-6
votes
1 answer

Migrate profiles from x86 to x64 Vista?

I want to move my Vista install from x86 to x64, but retain the user profiles with all the files and so. Microsoft does not seem to provide an upgrade option In the XP days, recreate the user accounts and xcopy the profiles after logon/logoff*. Is…
kinokijuf
  • 118
  • 14
1 2 3
23
24