Questions tagged [32-bit]

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

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

81 questions
0
votes
1 answer

32-bit Linux UEFI network booting

I am trying to boot temporary Linux via UEFI network boot, and I need it 32-bit x86. Only 32-bit live distribution I know is RescueCD which seem to have no EFI stub in kernel to boot. I was trying to boot it via iPXE efi loader, which I am used to…
kab00m
  • 498
  • 3
  • 10
0
votes
1 answer

Run a 32-bit binary on Google Cloud Run

The title say it all. I need a way to run a 32-bit binary on Cloud Run, which seems to only support 64-bit What I'm looking for is some sort of emulator or compatibility layer that I could install. I cannot compile the program to 64-bits.
kess
  • 121
  • 4
-1
votes
3 answers

IIS 10.0 error 2280 while executing 32 bit

While trying to make a local deploy of a rest-api that requires to be executed on 32bit, the server stops the application pool under witch it runs. The events viewer: error while loading "C:\WINDOWS\system32\inetsrv\aspnetcore.dll." code…
-2
votes
1 answer

RUN exe file with a script on Windows 7 32bit

I want to run google chrome on windows 7 32bit with following target path "C:\Program Files\Google\Chrome\Application\chrome.exe --kiosk-printing" When I enter this path to Target Path field in chrome.exe properties it says Target Box is Not valid.
HRS
  • 1
-3
votes
1 answer

Does swap on 32-bit OS with 4 GB make sense?

Does having swap space makes sense if I have a 32 bit OS (Linux) and 4 GB RAM already? As it would have to be addressable with a 32 bit address, which are already all "used up" by the RAM, would swap even be accessible to the operating system?
-3
votes
4 answers

60Gb of Memory, 32-bit OS and PAE vs 64-bit OS

I have 60 Gb of RAM on server. Windows 2008, 32bit with PAE. One Sql Server 2008 Express Instance can use 1 Gb of RAM. So if I install 60 instances, each can use 1 Gb of RAM, right? And the second question, what will be if I install 64bit system…
1 2 3 4 5
6