Mark Ryden
2007-Oct-24 10:12 UTC
[Xen-devel] Building domU from sources in Xen 3.1 ; inaccuracy in Xen User Manual
Hello, I downloaded xen-3.1.0 tar ball and ran "make world" and "make install". I am able to boot into Xen (after updating my grub, according to this doc). In the user manual (user.pdf), which is created as part of the build process under: docs/pdf , it says: "After the build has completed you should have a top-level directory called dist/ in which all resulting targets will be placed. Of particular interest are the two XenLinux kernel images, one with a "-xen0" extension which contains hardware device drivers and drivers for Xen''s virtual devices, and one with a "-xenU" extension that just contains the virtual ones. These are found in dist/install/boot/ along with the image for Xen itself and the configuration files used during the build." However, ls dist/install/boot/ shows only these files: config-2.6.18-xen System.map-2.6.18-xen vmlinux-syms-2.6.18-xen vmlinuz-2.6.18-xen vmlinuz-2.6-xen xen-3.1.gz xen-syms-3.1.0 xen-3.gz xen-3.1.0.gz xen.gz The files with extensions -xen0 and -xenU are missing, as you can notice. So probably the user manual should be updated (this inaccuracy is not specific to 3.1 version; it is also true to xen 3.0, BTW). But this is not the thing which bothers me. My question is : what should I do in order to build a domU from the Xen sources and later to start it from Xen ? Regards, Mark _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2007-Oct-24 10:22 UTC
Re: [Xen-devel] Building domU from sources in Xen 3.1 ; inaccuracy in Xen User Manual
On 24/10/07 11:12, "Mark Ryden" <markryde@gmail.com> wrote:> The files with extensions -xen0 and -xenU are missing, as you can notice. > So probably the user manual should be updated (this inaccuracy is not > specific to > 3.1 version; it is also true to xen 3.0, BTW). > > But this is not the thing which bothers me. > My question is : what should I do in order to build a domU > from the Xen sources and later to start it from Xen ?The -xen kernel is a universal kernel that can be used as dom0 or domU. Yes, the docs do indeed need updating. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel