1
2
In response to Ripiz
|
|
Maybe you want to explain how the Linux kernel can access up to 64 GB of physical RAM when compiled for x86 (32 bit). It uses paging tables (kernel tables and user tables) to map it's physical window. It's slower than PAE naturally, but it quite happily works. I'm interested to hear why this strategy won't work, even though you know ... people are running systems where it does.
|
1
2
I'm not talking about '4 gb + vram', whatever you mean by 'vram' (I assume virtual address space?). Virtual address space isn't something 'extra' tacked onto the end of physical address space. It's a mapping. It's overlayed over the top of physical address space. And it's not a total mapping, either.