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] [PATCH] small fix to x86_64 xenlinux config file

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] small fix to x86_64 xenlinux config file
From: "Li, Xin B" <xin.b.li@xxxxxxxxx>
Date: Wed, 13 Jul 2005 19:22:34 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 13 Jul 2005 11:21:17 +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: AcWHnSqkf5xVpekSTw2MDcqcxjJeEw==
Thread-topic: [PATCH] small fix to x86_64 xenlinux config file
A small fix to x86_64 xenlinux config file.

Signed-off-by: Xin Li <xin.b.li@xxxxxxxxx>

diff -r 3473b453dbae tools/examples/xmexample1
--- a/tools/examples/xmexample1 Wed Jul 13 08:45:26 2005
+++ b/tools/examples/xmexample1 Wed Jul 13 19:15:10 2005
@@ -8,7 +8,7 @@

 
#-----------------------------------------------------------------------
-----
 # Kernel image file.
-kernel = "/boot/vmlinuz-2.6.10-xenU"
+kernel = "/boot/vmlinuz-2.6-xenU"

 # Optional ramdisk.
 #ramdisk = "/boot/initrd.gz"

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] small fix to x86_64 xenlinux config file, Li, Xin B <=