All of lore.kernel.org
 help / color / mirror / Atom feed
* Driver dpt_i2o
@ 2004-08-10 16:56 Flavio Leitner
  2004-08-10 17:19 ` Ian Pratt
  0 siblings, 1 reply; 6+ messages in thread
From: Flavio Leitner @ 2004-08-10 16:56 UTC (permalink / raw)
  To: xen-devel


Hi!

I'm trying to install XEN on my test machine because running
it on cdrom was too slow.

Well, that test machine is a dual P4 with hyperthreading,
2GB of RAM and scsi controller dpti2o. 
I read the Xeno-1.2-HOWTO.txt, and compile xenolinux without 
problem, but xen appears to not support dpti2o. 
Am I missing something here?

Another question, when the machine is at grub menu, 
we can pass dom0_mem= to limit the maximum amount of
memory. The question is: Creating another virtual 
machine will get memory from dom0 or that parameter
is only about memory used by dom0?

Thanks and congratulations!

-- 
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E  531C BC17 D670 7FF0 A9E0 ]


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Driver dpt_i2o
  2004-08-10 16:56 Driver dpt_i2o Flavio Leitner
@ 2004-08-10 17:19 ` Ian Pratt
  2004-08-10 17:36   ` Flavio Leitner
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2004-08-10 17:19 UTC (permalink / raw)
  To: Flavio Leitner; +Cc: xen-devel, Ian.Pratt


> I'm trying to install XEN on my test machine because running
> it on cdrom was too slow.
> 
> Well, that test machine is a dual P4 with hyperthreading,
> 2GB of RAM and scsi controller dpti2o. 
> I read the Xeno-1.2-HOWTO.txt, and compile xenolinux without 
> problem, but xen appears to not support dpti2o. 
> Am I missing something here?

Xen 1.2 does not support dpti20. You'll have to use the
'unstable' version or wait until it is released as Xen 2.0 (we
are *determined* to have the first 2.0 release candidate out
later this week).

> Another question, when the machine is at grub menu, 
> we can pass dom0_mem= to limit the maximum amount of
> memory. The question is: Creating another virtual 
> machine will get memory from dom0 or that parameter
> is only about memory used by dom0?

dom0_mem sets the initial memory allocation for domain 0. Other
domains can use the rest of memory (less what Xen uses).

Ian


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Driver dpt_i2o
  2004-08-10 17:19 ` Ian Pratt
@ 2004-08-10 17:36   ` Flavio Leitner
  2004-08-10 17:56     ` Ian Pratt
  0 siblings, 1 reply; 6+ messages in thread
From: Flavio Leitner @ 2004-08-10 17:36 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Tue, Aug 10, 2004 at 06:19:40PM +0100, Ian Pratt wrote:
> Xen 1.2 does not support dpti20. You'll have to use the
> 'unstable' version or wait until it is released as Xen 2.0 (we
> are *determined* to have the first 2.0 release candidate out
> later this week).

I checked out from bk the unstable version but appears to have
less drivers than the stable one. 


> dom0_mem sets the initial memory allocation for domain 0. Other
> domains can use the rest of memory (less what Xen uses).

Got it! Thanks!

-- 
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E  531C BC17 D670 7FF0 A9E0 ]


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Driver dpt_i2o
  2004-08-10 17:36   ` Flavio Leitner
@ 2004-08-10 17:56     ` Ian Pratt
  2004-08-10 18:14       ` Flavio Leitner
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2004-08-10 17:56 UTC (permalink / raw)
  To: Flavio Leitner; +Cc: Ian Pratt, xen-devel

> On Tue, Aug 10, 2004 at 06:19:40PM +0100, Ian Pratt wrote:
> > Xen 1.2 does not support dpti20. You'll have to use the
> > 'unstable' version or wait until it is released as Xen 2.0 (we
> > are *determined* to have the first 2.0 release candidate out
> > later this week).
> 
> I checked out from bk the unstable version but appears to have
> less drivers than the stable one. 

You can just enable the drivers in the linux-2.4.26-xen0/.config
in the normal Linux fashion (unlike 1.2, where the drivers were
in Xen).

"Adaptec I2O RAID Support" under scsi > low-level drivers

or just set CONFIG_SCSI_DPT_I2O=y

Ian


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Driver dpt_i2o
  2004-08-10 17:56     ` Ian Pratt
@ 2004-08-10 18:14       ` Flavio Leitner
  2004-08-10 18:18         ` Niraj Tolia
  0 siblings, 1 reply; 6+ messages in thread
From: Flavio Leitner @ 2004-08-10 18:14 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Tue, Aug 10, 2004 at 06:56:46PM +0100, Ian Pratt wrote:
> > On Tue, Aug 10, 2004 at 06:19:40PM +0100, Ian Pratt wrote:
> > I checked out from bk the unstable version but appears to have
> > less drivers than the stable one. 
> 
> You can just enable the drivers in the linux-2.4.26-xen0/.config
> in the normal Linux fashion (unlike 1.2, where the drivers were
> in Xen).

Sorry, but I don't understand.

I guess the directory xen/ is the top kernel (domain0) and it must 
be able to access directly the hardware and linux-2.4.26-sparse/ have the 
modifications needed to compile others domains in order to access the 
domain0.

Building xen/ with 'make' will compile the files inside of this 
directory and nothing else, no config at all.



-- 
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E  531C BC17 D670 7FF0 A9E0 ]


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Driver dpt_i2o
  2004-08-10 18:14       ` Flavio Leitner
@ 2004-08-10 18:18         ` Niraj Tolia
  0 siblings, 0 replies; 6+ messages in thread
From: Niraj Tolia @ 2004-08-10 18:18 UTC (permalink / raw)
  To: Flavio Leitner; +Cc: Ian Pratt, xen-devel

On Tue, 10 Aug 2004 15:14:35 -0300, Flavio Leitner <fbl@conectiva.com.br> wrote:
> On Tue, Aug 10, 2004 at 06:56:46PM +0100, Ian Pratt wrote:
> > > On Tue, Aug 10, 2004 at 06:19:40PM +0100, Ian Pratt wrote:
> > > I checked out from bk the unstable version but appears to have
> > > less drivers than the stable one.
> >
> > You can just enable the drivers in the linux-2.4.26-xen0/.config
> > in the normal Linux fashion (unlike 1.2, where the drivers were
> > in Xen).
> 
> Sorry, but I don't understand.
> 
> I guess the directory xen/ is the top kernel (domain0) and it must
> be able to access directly the hardware and linux-2.4.26-sparse/ have the
> modifications needed to compile others domains in order to access the
> domain0.
> 
> Building xen/ with 'make' will compile the files inside of this
> directory and nothing else, no config at all.
> 
Hi Flavio,

Try the make world option. It will compile everything that you need.
Kernel and xen images will be found in install/boot. Also, you might
need to do a 'make twisted-install' amongst other things before xend
will run.

HTH,
Niraj


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-10 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-10 16:56 Driver dpt_i2o Flavio Leitner
2004-08-10 17:19 ` Ian Pratt
2004-08-10 17:36   ` Flavio Leitner
2004-08-10 17:56     ` Ian Pratt
2004-08-10 18:14       ` Flavio Leitner
2004-08-10 18:18         ` Niraj Tolia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.