Y
Hacker News
new
|
ask
|
show
|
jobs
by
someCTO
5181 days ago
Running a PAE kernel on 32 bit is pretty standard at this point, I believe. Please correct me if I missed something.
1 comments
yuhong
5181 days ago
It has nothing to do with PAE, but 3G/1G split I think is default on Linux.
link
someCTO
5181 days ago
That does not address the 512MB of virtual address problem, which is not an issue with PAE.
link
4ad
5181 days ago
Yes it is because PAE doesn't change the address space of processes. PAE let's you use more physical memory, the address space of each process is still the same, because 2^32 is still 2^32 with PAE.
link