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
5
votes
4 answers

Administrator File Modification Privilege

Windows Server 2008 apparently allows an application to somehow configure the folder so that any changes made within the folder require administrator level access. I login with an account that has administrator privileges, but is not the local…
Leigh Riffel
  • 605
  • 2
  • 10
  • 23
5
votes
1 answer

Windows Web Server 2008 R2 Max RAM 16 GB?

This is page: http://msdn.microsoft.com/en-us/library/aa366778%28v=vs.85%29.aspx I see: Windows Web Server 2008 R2 Limit on X64: 32 GB In my system display, I see: Only 16 GB are usable. Any ideas? Thanks for your help Specs: PowerEdge 2970 - Quad…
user29266
  • 363
  • 1
  • 5
  • 12
5
votes
3 answers

Where can I download the latest 64-bit edition of Sonicwall SSL-VPN NetExtender for Windows 7?

Does anyone know where to download the latest edition of the 64-bit version of SonicWall SSL-VPN NetExtender for Windows 7?
Ben
  • 223
  • 2
  • 3
  • 6
5
votes
1 answer

Process Managment memory-leak in Windows Server x64?

After clean install and boot of OS Windows x64 I launched cmd.exe (any other exe) and closed it. Then I launch rammap.exe (http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx). On the 2nd page called "Processes" I sorted list by process…
tormozit
  • 71
  • 1
  • 4
5
votes
2 answers

Does the Windows 7 RC have any issues with the MacBook Pro on BootCamp?

I am wanting to get my feet wet with the Windows 7 x64 RC before I need to start supporting it. Has anyone run the RC on their MacBook Pro with bootcamp? Also, Have you pulled the bootcamp partition into VMware Fusion?
Keith Sirmons
  • 740
  • 3
  • 13
  • 23
5
votes
3 answers

Initialization error while trying to connect to Oracle using SQLDeveloper

I've installed Oracle 11.2.0 and Allround Automations' SQLDeveloper on Windows 7 64-bit. When I run SQLDeveloper and and try to connect to Oracle, I get the below error: Initialization error Could not load…
Gali
5
votes
5 answers

Anything to share a printer from 32-bit to 64-bit Windows?

I've got a printer which only has 32-bit drivers, so it's installed on a 32-bit machine (XP). I need it to appear as a printer (with duplex control etc) on a 64-bit machine (Vista). I can't just share it using Windows printer sharing because the…
marklam
  • 153
  • 1
  • 1
  • 4
4
votes
5 answers

Installing SQL Server 2008 on Windows 7 64-bit

I'm having a shocking time trying to install SQL Server 2008 on 64-bit Windows 7. When I run setup.exe, I get the following error message: Microsoft .NET Framework 3.5 installation has failed. SQL Server 2008 Setup requires .NET Framework 3.5 to…
harriyott
  • 491
  • 1
  • 6
  • 12
4
votes
7 answers

Running explorer as 32 bit on Windows 7 64 bit

How can you run a 32 bit version of explorer on 64 bit windows 7 x64? This is to allow tortoisehg to work. I've tried running "c:\windows\syswow64\explorer /separate" and it just starts another version of the 64 bit explorer.
Nick R
  • 1,106
  • 3
  • 14
  • 19
4
votes
4 answers

32 Bit Applications on a 64 Bit OS

Other than memory size limits of 4GB, what is the penalty for running 32 bit applications on an OS running in 64 bit? For example. does a 32 bit application require that it's address space be allocated within the first 4 GB or does the OS and…
senfo
  • 315
  • 1
  • 3
  • 12
4
votes
2 answers

Ubuntu Desktop 14 on PowerEdge doesn't boot on RAID

I have a Dell 1U PowerEdge 1950, and for some reason, we cannot install Ubuntu 14.04 64bit Desktop edition on it. I know what you're thinking... why are you installing desktop? I have asked the same question myself over and over again! The…
Atomiklan
  • 549
  • 1
  • 8
  • 16
4
votes
8 answers

Small footprint 64 bit ISO reader

In the good old days of Windows XP we had the Microsoft Virtual CD-ROM Control Panel for mounting ISO's. Since Vista I have struggled to find a driver level shell extension that works on a 64 bit Windows. I have tried Virtual Clone Drive and have no…
grenade
  • 312
  • 1
  • 3
  • 8
4
votes
1 answer

Need 32 Bit Apache on Red Hat 6.5 64bit

I have a Red Hat 6.5 Enterprise Server which is 64 bit. I have a 3rd party package that I use for Web Services that is an add-on to Apache Web Server. This package is 32 bit so I need to have a 32 bit Apache. Somehow I should be able to easily find…
Sleepy
  • 41
  • 2
4
votes
1 answer

Unable to install Powershell 4

I am trying to install Windows Powershell 4.0. I use Windows 7 SP1 OS (x64 Bit). I have downloaded & installed below packages already. .NET Framework 4.5. (NDP451-KB2858728-x86-x64-AllOS-ENU.exe) Windows Management Framework 4.0.…
SDG
  • 41
  • 1
  • 1
  • 4
4
votes
1 answer

Custom VCL prevents varnish from starting

Operating System: CentOS 6 (x86_64) I have installed and configured varnish however it now is unable to start. # service varnish restart Stopping Varnish Cache: [FAILED] Starting Varnish Cache: …
George Reith
  • 673
  • 2
  • 12
  • 22