From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mick Jordan Subject: Re: Size limit on extra argument to xm create Date: Fri, 09 Oct 2009 15:32:22 -0700 Message-ID: <4ACFB9F6.8090700@Sun.COM> References: Reply-To: Mick.Jordan@Sun.COM Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII; format=flowed Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 10/ 9/09 01:31 PM, Keir Fraser wrote: > xen/include/public/xen.h:MAX_GUEST_CMDLINE should answer your question. > > Well it confirms the limit of 1024. So, if I recompiled Xen with, say, MAX_GUEST_CMDLINE=4096, would it "just work", or are there other issues? Of course, I really don't want a custom version of Xen, so it would be good if this value was increased in the standard build. In passing I noticed the reference to "initial ram disk" in the image. Where can I find out more about this? Mick