Y
Hacker News
new
|
ask
|
show
|
jobs
by
kabdib
3461 days ago
Often enough; "pack" files in video games are often many GB. Memory-map one of those and there you are . . .
1 comments
bonzini
3461 days ago
The parent is taking about >2gb on a 32-bit machine.
link
icebraining
3460 days ago
So what? You can have up to 64GB of RAM on a 32-bit machine:
https://en.wikipedia.org/wiki/Physical_Address_Extension
link
bonzini
3460 days ago
But those have to be mapped a slice at a time into virtual addresses.
link