|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xeno-unstable crashing at boot
On 5/20/05, Nakajima, Jun <jun.nakajima@xxxxxxxxx> wrote:
> I typically do:
>
> 1. "make kernels"
> 2. Kill it in 10 sec. when it starts building dom0 linux
> 3. cd linux-2.6.11-xen0
> 4. "ARCH=xen make -j<N> vmlinuz" and copy vmlinuz to the target machine
> 5. cd xen
> 6. "make" (or "make debug=y"), and copy xen.gz to the target machine
You might want to give these slightly simpler alternatives a try:
- build xen:
make xen -j<N>
- build dom0 kernel:
make linux-2.6-xen0-build -j<N>
To make sure you start from scratch:
- xen:
make -C xen clean
- linux:
remove dist/install/boot/config*xen0 and linux-2.6.11-xen0
christian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|