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
0
votes
3 answers

Vista 64 not working after using Norton Ghost

We just acquired 7 new Dell Optiplex machines with Vista 64 bit installed. We installed all of our tools and applications on one of the machines and then used Norton Ghost to deploy to the other 6 machines. We have found that the ghosted machines do…
wweicker
  • 505
  • 2
  • 4
  • 13
0
votes
2 answers

wamp server does not start: Windows 7, 64Bit

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in orange color meaning some services did not start. wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64 I have been…
Ram
  • 119
  • 2
  • 5
0
votes
1 answer

mod_wsgi woes on x64 windows 7 running Apache 2.2

64-bit Win7 Apache 2.2.19, mod_wsgi/3.4-BRANCH Python/2.7.3 No errors visible in logs: [Wed Aug 01 17:44:48 2012] [notice] Apache/2.2.19 (Win64) mod_wsgi/3.4-BRANCH Python/2.7.3 configured -- resuming normal operations [Wed Aug 01 17:44:48 2012]…
rickL
  • 3
  • 1
0
votes
1 answer

Running Multiple website on windows XP 64

I'm running windows xp 64, which is really xp over server 2003, It runs iis6, which is capable of running multiple websites, but the XP version doesn't let me, I would assume this could be changed with a registry edit? any Ideas?
Bob The Janitor
  • 163
  • 2
  • 7
0
votes
1 answer

Install HP Laserjet 3015dn x86 drivers on X64 Win2008R2

I have a X64 Windows Server 2008 R2 which I installed my printer on. All X64 clients can without any problem install the printer on their machine, but not the X86 (WinXP) can. I have tried to add X86 driver in the printer management console, but I…
Knaks
  • 23
  • 1
  • 4
0
votes
1 answer

SQL Server 2005 SP3 Failover Cluster Node Replacement Service Pack

2-node SQL Server 2005 SP3 (9.0.4226) Failover Cluster running on Windows Server 2003 R2 x64 SP2. My passive node suffered a RAID failure on the OS partition. I evicted the failed node, rebuilt it, rejoined it to the cluster, and run SQL setup from…
0
votes
1 answer

Netapp Fail Disks to upgrade to 64-bit agg0 with no free disks?

I have a client that I am configuring a NetApp system for, but they played around with the system before I got there and have already assigned all of the disks to the aggr0 which is a 32-bit traditional volume. In light of future upgrade/space…
BillMorton
  • 104
  • 1
  • 6
0
votes
3 answers

Replace the broken file copying UI in Windows 2008 Server 64-bit Explorer

Does anyone know a good GUI alternative for file copying on a Windows 2008 Server 64 bit edition. The built-in GUI has a hopeless interface and is bug-riddled which really hinders the ability to get things done safely. For example, often when moving…
cbp
  • 299
  • 1
  • 3
  • 12
0
votes
2 answers

Moving from 32-bit to 64-bit

For the first time, I am using a 64-bit OS (Windows 2008 Server R2). I want it to act as an application server and a database server. I want to know whether all the 32-bit applications, specially Visual Studio, Crystal Reports and SQL Server, work…
RPK
  • 215
  • 1
  • 5
  • 12
0
votes
1 answer

How to add assemblies in a 64-bit machine?

My old cmd-script: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm blabla.dll C:\Windows\Microsoft.NET\Framework\v2.0.50727\GacUtil -i blabla.dll (Which works fine in my old machine.) But now I have a script for a 64-bit machine (Windows…
marko
  • 179
  • 1
  • 3
  • 10
0
votes
1 answer

Is there a Windows 7 64-bit printer driver out there for the Tally T2024/24 dot matrix printer?

Is there a Windows 7 64-bit printer driver out there for the Tally T2024/24 dot matrix printer? I've looked all over the place for the right driver, but it's got me stumped! Thanks in advance! :)
Matty Brown
  • 675
  • 3
  • 13
  • 24
0
votes
4 answers

How to tell if a Windows application requires 64-bit

In 64-bit Windows versions, is there a way I can tell if an executable requires 64-bit to launch? I'm looking for a better way than Process Explorer to find out, preferrably BEFORE launching. EDIT: So how would I know that an application requires…
Brett Veenstra
  • 1,497
  • 5
  • 18
  • 27
0
votes
1 answer

How to you load apache in 64 bit mode

The following command will load Apache from 64 to 32 bit (Mac OS): sudo arch -i386 /usr/sbin/httpd What is the command if I want then to switch back to 64 bit mode?
rocco
0
votes
2 answers

How do make 64-bit Apache behave as 32-bit one?

My web host only provides 64-bit OS, but the 64-bit Apache webservers take too much memory and occasionally lead to thrashing, under not too much external load. Is there any way to configure Apache to use less memory, or do you suggest any other…
AppleGrew
  • 417
  • 2
  • 6
  • 14
0
votes
1 answer

VMware Server 2: I Installed Win Server 2003 64Bit, but can´t install 64Bit-Software in Guest-System

i have a question concerning VMware Server 2. I have an x86_64 architecture hostsystem. I prepared my BIOS (vi enabled) to be able to install WIN Server 2003 64Bit-System (Guest). The installation was succesful, but now when i try to install a…