this post was submitted on 19 Sep 2025
54 points (98.2% liked)

Steam

14090 readers
17 users here now

Steam is a video game digital distribution service by Valve.

Steam News | Steam Beta Client news

Useful tools:
SteamDB
SteamCharts
Issue tracker for Linux version of Steam

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HiddenLayer555@lemmy.ml 8 points 3 days ago (1 children)

Can someone enlighten me why anyone would run a 32bit OS on a 64bit processor? Especially when a 64bit OS can run 32bit programs. Is there some niche software people have to use that doesn't run on a 64bit OS (but somehow doesn't have a problem with the underlying silicon being 64bit)?

Not quite sure if this answers your question, but at least on Linux, there is the x32 ABI, which uses most of the changes of x64 over x86, except that pointers are 32-bit. This allows programs to use more registers & other goodies from x64, while keeping pointers small.

If your program doesn't use over 4GiBs of memory, it can result in a smaller memory footprint (less space used for pointers) and better performance (smaller structs fit better in CPU cache).

Also, there are people who run a 32-bit OS on a 64-bit CPU and don't know better.