From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [Xen-users] current xen linux kernel branch? Date: Tue, 13 Sep 2011 18:46:24 -0700 Message-ID: <4E700770.90204@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: jinho hwang Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 09/13/2011 02:15 PM, jinho hwang wrote: > > Hi, > > Where can I find the current xen linux kernel branch? The > git.kernel.org has been down for maintenance > reason, so I can't find any kernel source except xenbits.xensource.com > . However, this repository does not have > current linux dom0 kernel such as 2.6.32.*. Can anyone share with me > the kernel source because I have to install xen environment in my > intel 32/64bits machine. You can use upstream Linux for dom0, but it isn't quite as featureful as the 2.6.32-based kernel. The 2.6.32 kernel is available at git://github.com/jsgf/linux-xen.git xen/next-2.6.32 while kernel.org is down. J