WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-ia64-devel] [RFC] Using linux-2.6.tip-xen on IA64

To: fedora-xen@xxxxxxxxxx, xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [RFC] Using linux-2.6.tip-xen on IA64
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Thu, 20 Jul 2006 10:37:39 +0900
Cc: Chris Wright <chrisw@xxxxxxxxxxxx>
Delivery-date: Wed, 19 Jul 2006 18:39:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, all

We can success booting domU with linux-2.6.tip-xen.
(This is FedoraCore work.)
The build step is the below.
I think the step is almost same as Aron's step.
(http://free.linux.hp.com/~agriffis/fedora-kernel-ia64/.)
We used linux-2.6.tip-xen.hg(cset #30476) and
xen-unstable.hg(cset #10474).

 1. hg clone http://xenbits.xensource.com/ext/linux-2.6.tip-xen.hg
 2. copy xen/include/asm-ia64/asm-xsi-offsets.h 
    from xen-ia64-unstable.hg 
    to linux-2.6.tip-xen.hg/include/asm-ia64/xen/
 3. copy .config 
    from xen-ia64-unstable.hg/buildconfigs/linux-defconfig_xen_ia64
    to linux-2.6.tip-xen/.config
 4. make oldconfig
    (All answers are default)
 5. copy linux-2.6.tip-xen.hg/arch/ia64/kernel/gate.S 
    from linux-2.6.16.13.tar.bz2
 6. cd linux-2.6.tip-xen.hg
    make & copy vmlinuz & mkinitrd
 7. build xen-unstable.hg (cset #10474)
    hg clone xen-unstable.hg xen-unstable.hg-match-linux-2.6.tip
    cd xen-unstable.hg-match-linux.2.6.tip
    hg up -C 10474
    make
 8. copy xen.gz to under /boot/efi/
 9. make install-tools

But I found some problem. Please comments.
A.  We cannot compile the latest linux-2.6.tip-xen(#32966).
    Is fixing linux-2.6.tip-xen fc6's or xen-ia64's contribution?
    Or is anyone already working for that?

B.  linux-2.6.tip-xen don't have arch/ia64/kernel/gate.S. Why?

Best Regards,

Akio Takebe


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [RFC] Using linux-2.6.tip-xen on IA64, Akio Takebe <=