From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jeniffer, Loren" Subject: Question about Xen from newbie Date: Fri, 20 Feb 2009 14:55:20 +0900 Message-ID: <499E45C8.5030902@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, I'm new at Xen. and want to know what is the hypervisor code. root@hyper1:/work/xen-3.3.0# tree -L 1 . |-- COPYING |-- Config.mk |-- Makefile |-- README |-- build-linux-2.6.18-xen_x86_32 |-- buildconfigs |-- config |-- dist |-- docs |-- extras |-- install.sh |-- linux-2.6.18-xen.hg -> ../linux-2.6.18-xen.hg |-- stubdom |-- tools |-- unmodified_drivers `-- xen Could anyone tell me brief detail of each directory ? especially stubdom, tools and xen/tools, unmodified_drivers, xen And, I want to build Xen based on latest linux kernel. I've been http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=summary But I think it is just a snapshot. If anyone want to tell me "RTM", please let me know where the newbie's manual is. And thank you for your help in advance.