|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] supported distributions
Am Mittwoch, den 08.06.2005, 11:14 -0700 schrieb Arijit Ganguly:
> I guess the reason why it is failing is the lack of driver support for
> dual drive bus existing on dell pe1800.
>
> Besides, I have also been trying to recompile the kernel but end up
> getting an error in some driver.c file.
>
> I did the following:
> Inside: xen-2.0
> make world
> cd linux-2.6.10-xen0
> make ARCH=xen menuconfig
> //selected my drivers and modules
> make
> I get error in balloon.c, in function balloon_process
> line 210: phys_to_machine_mapping undeclared
> line 210: INVALID_P2M_ENTRY undeclared.
you need to append ARCH=xen to your make command
e.g.
make ARCH=xen menuconfig
make ARCH=xen all
Cheers,
Daniel
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|