Top "32-bit" questions

In computer architecture, 32-bit integers, memory addresses, or other data units are those that are at most 32 bits (4 octets) wide.

Why is Windows 32-bit called Windows x86 and not Windows x32?

The Windows operating system can be either 32 bit or 64 bit. The 64 bit version is called Windows x64 but the 32 bit …

windows x86 operating-system 32bit-64bit 32-bit
android-sdks/build-tools/17.0.0/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

I just installed eclipse, the android sdk and jdk on a fresh installation for 64 bit fedora 14 , but by the time …

installation 32-bit drivers
How to find out if Tomcat is 32 bit or 64 bit on window server?

We have an installer which install Tomcat. How do I know if it's 32bit version of Tomcat or 64bit version?

tomcat architecture 64-bit 32-bit
How can I choose between 32-bit or 64-bit build in C# Express?

I'm having a problem when I try to build my solution in C# Express 2008. I need to build it for 32…

c# 64-bit 32-bit visual-c#-express-2010
Is it possible to upgrade a portable Python 32 bit install to a 64 bit install?

I've been working on a single program for a few months now, which now requires some additional functionality. Originally, a 32 …

python 64-bit 32-bit
Check if unmanaged DLL is 32-bit or 64-bit?

How can I programmatically tell in C# if an unmanaged DLL file is x86 or x64?

c# dll 64-bit 32-bit
Difference between 32 and 64 bit Eclipse

I have a quick question about the difference between the 32 and 64 bit version of Eclipse. I need to know what …

java eclipse 64-bit 32-bit
What is better "int 0x80" or "syscall" in 32-bit code on Linux?

I study the Linux kernel and found out that for x86_64 architecture the interrupt int 0x80 doesn't work for calling …

linux assembly x86 system-calls 32-bit
How to install Docker on 32bit machine having Ubuntu 12.04?

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04 …

docker ubuntu-12.04 32-bit
Compiling 32 bit Assembler on 64 bit ubuntu

I have program written in 32 bit assembly language... Now I just can't compile it on 64 bit OS. On our school …

linux ubuntu assembly 64-bit 32-bit