From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: Linux question, user space virtual mem layout Date: Fri, 08 Apr 2005 19:58:59 -0700 Message-ID: <425744F3.1090909@diku.dk> References: <42573D42.4040705@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42573D42.4040705@diku.dk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jacob Gorm Hansen Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Jacob Gorm Hansen wrote: > Can anyone on this list tell me how I can instruct Linux not to go below > a certain address when dealing out virtual mappings to user-space? Never mind, I found the TASK_UNMAPPED_BASE define in include/asm-xen/asm-i386/processor.h which seems to do what I need. Sorry for the noise. Jacob