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-devel

[Xen-devel] how to compile?

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] how to compile?
From: Stephan Böni <boeni@xxxxxx>
Date: Thu, 13 Oct 2005 11:57:07 +0200
Delivery-date: Thu, 13 Oct 2005 09:54:30 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcXP3Hi2FQHuM1CATkOUBD7+UGrbEg==
Thread-topic: how to compile?
Do i something wrong?
 
The only thing i do, is:
 
# make world
# ./install.sh
# cd linux-2.6.12-xen0
# make ARCH=xen menuconfig
           --> adding qla2300
# cd ..
# make dist
# make install
# depmod
 
The /boot/grub/menu.lst looks as follows:
 
# works fine, but without xen:
title SUSE Linux 10.0
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 acpi=off resume=/dev/sda5
    initrd /boot/initrd
 
# does not work:
title Xen Master
    root (hd0,5)
    kernel /boot/xen.gz dom0_mem=131072
    module /boot/vmlinuz-2.6-xen0 root=/dev/sda6 acpi=off
    module /boot/initrd-xen
 
Thanks for any help
Stephan
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>