Displaying 1 result from an estimated 1 matches for "pigphysarea".
Did you mean:
bigphysarea
2010 Jan 05
0
bigphysarea patch on xen capable linux
Hello Xen Experts
I am trying to port a linux application or rather a user mode linux driver (not built into the kernel) to Xen capable linux. This will be running in Dom0. This user mode driver used the linux pigphysarea patch to allocate large (over 1Gig) physically contiguous memory.
I have two questions:
1. Is the bigphysarea patch supported on Xen capable linux? If not what is the maximum physically contiguous memory Xen provides.
2. If I were to run my application in DomU instead of Dom0, can the bigphysar...