|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] 16 GB limit on Xen x86-32 PAE?
I was trying to find out what the maximum limit for memory is on x86-32
PAE.
I discovered that the limit was 16 GB and it was set in
xen/asm-x86/config.h
#define MACHPHYS_MBYTES 16 /* 1 MB needed per 1 GB memory */
#define FRAMETABLE_MBYTES (MACHPHYS_MBYTES * 6)
Is there any reason for this 16 GB limit? Doesn't PAE permit us to
access up to 64 GB?
If we wanted to access 64 GB what else would need to be fixed?
Thanks
Raj
PS. I tried changing MACPHYS_MBYTES to 64 and it didn't seem to break
anything. Of course, I am running on a 4 GB system.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] 16 GB limit on Xen x86-32 PAE?,
Subrahmanian, Raj <=
|
|
|
|
|