Re: [PATCH 5/5] Create a hole in high linear address space

2005-08-24 Thread Chris Wright
* Zachary Amsden ([EMAIL PROTECTED]) wrote: > Hmm. I was thinking it would be compile time variable with defaults -- like > > config MEMORY_HOLE > int "Create hole at top of memory (0-512 MB)" > range 0 512 > default "0" > default 168 if (CONFIG_X86_PAE && CONFIG_X86_HYPER

Re: [PATCH 5/5] Create a hole in high linear address space

2005-08-24 Thread Zachary Amsden
Chris Wright wrote: * Zachary Amsden ([EMAIL PROTECTED]) wrote: Allow compile time creation of a hole at the high end of linear address space. This makes accomodating a hypervisor a much more tractable problem by giving it ample playground to live in. Currently, the hole size is fixed at co

Re: [PATCH 5/5] Create a hole in high linear address space

2005-08-24 Thread Chris Wright
* Zachary Amsden ([EMAIL PROTECTED]) wrote: > Allow compile time creation of a hole at the high end of linear address space. > This makes accomodating a hypervisor a much more tractable problem by giving > it ample playground to live in. Currently, the hole size is fixed at config > time; I have e

[PATCH 5/5] Create a hole in high linear address space

2005-08-24 Thread Zachary Amsden
Allow compile time creation of a hole at the high end of linear address space. This makes accomodating a hypervisor a much more tractable problem by giving it ample playground to live in. Currently, the hole size is fixed at config time; I have experimented with dynamically sized holes, and have a