Hi I downloaded xen-3.0.2-src.tgz and ran make world. However it gave me only ONE kernel. Is there a way to get -xen0, -xenU back? As in 3.0.1 ? Regards, Steffen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
To build a -xen0 you would do the command below. Although the -xen kernel is essentially a -xen0 kernel as the kernel can auto-detect whether it is running as privileged or not. make KERNELS="linux-2.6-xen0" kernels Thanks, Matt Ayres Steffen Heil wrote:> Hi > > I downloaded xen-3.0.2-src.tgz and ran make world. > However it gave me only ONE kernel. > > Is there a way to get -xen0, -xenU back? > As in 3.0.1 ? > > Regards, > Steffen > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi> To build a -xen0 you would do the command below. Although > the -xen kernel is essentially a -xen0 kernel as the kernel > can auto-detect whether it is running as privileged or not. > > make KERNELS="linux-2.6-xen0" kernelsBut how to manage different configs then? I used to have very well-configured configs for dom0 and domU. My dom0 kernel had 1197404 bytes. My domU kernel had 906749 bytes. Regards. Steffen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Alan C. Oehler [mailto:alan@xensource.com] wrote:> # make KERNELS="linux-2.6.16-xen0 linux-2.6.16-xenU" worldThis didn''t work for me. It simply didn''t build a kernel at all. I tried a lot and found the following to work: # make KERNELS="linux-2.6-xen0 linux-2.6-xenU" world i.e. without ".16" ! However it created folders such as "linux-2.6.16-xen0" by itself then. It''s building right now... Regards, Steffen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Freitag, 7. April 2006 21:35 schrieb Matt Ayres:> To build a -xen0 you would do the command below. Although the -xen > kernel is essentially a -xen0 kernel as the kernel can auto-detect > whether it is running as privileged or not. > > make KERNELS="linux-2.6-xen0" kernelsI have changed the Makfile in the fifth line --> KERNELS ?= linux-2.6-xen0 linux-2.6-xenU --< -- cu Roland Kruggel mailto: rk.liste@bbf7.de System: Intel 3.2Ghz, Debian etch, 2.6.15, KDE 3.4 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users