* Introduction and questions
@ 2004-12-05 19:19 Bruce
2004-12-05 19:30 ` Jan Kundrát
2004-12-05 23:44 ` Mark Williamson
0 siblings, 2 replies; 5+ messages in thread
From: Bruce @ 2004-12-05 19:19 UTC (permalink / raw)
To: xen-devel
Hi, my name is Bruce. I have been using Linux for several years and toying
with VMWare and looked at User Mode Linux. I discovered Xen a few days ago
while reading a recent issue of Linux Weekly News. I installed Xen lastnight
and joined this list att. I am currently running SuSE 9.1 Linux on a custom
machine made my Monarch Computer with a Tyan motherboard, 2 Althon MP 2GHz
processors, 1GB of RAM and three SCSI HDDs. From what I understand Xen cud be
what I have been looking for.
I got the Xen 2.6.9 kernel booted with only two minor problems I have
resolved.
1. I did not understand the dom0_mem value and set too low. When I increased
it, the kernel booted just fine.
2. my USB trackball would not work, but when I plug it into a PS/2 port, with
works just fine.
Now for my questions
1. Is "Domains" in Xen speak the same as Virtual Machines in VMWare speak?
2. I read that various OS's need to be ported to work with Xen, but I can't
find out how or what needs to be done when reading the Xen manual. I have a
9GB HDD ready to format and use for ported OSs.
TIA
Bruce
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Introduction and questions
2004-12-05 19:19 Introduction and questions Bruce
@ 2004-12-05 19:30 ` Jan Kundrát
2004-12-06 8:36 ` Dariusz Pietrzak
2004-12-05 23:44 ` Mark Williamson
1 sibling, 1 reply; 5+ messages in thread
From: Jan Kundrát @ 2004-12-05 19:30 UTC (permalink / raw)
To: Bruce; +Cc: xen-devel
> Now for my questions
> 1. Is "Domains" in Xen speak the same as Virtual Machines in VMWare speak?
Yes, or has very similar meaning. At least I think so :-)
Domain0 is the same as the "host OS" in VMware, another domains are
"guest OSes".
> 2. I read that various OS's need to be ported to work with Xen, but I can't
> find out how or what needs to be done when reading the Xen manual. I have a
> 9GB HDD ready to format and use for ported OSs.
"to port" means to rewrite portions of code of some program so it will
run on, eg., another platform. "Porting xen" means rewriting some
machine-dependent parts of OS' kernel code to work under xen. This is
job for experienced programmers, not for you. Linux has been ported
already :-), so you won't have to bother with it.
j.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Introduction and questions
2004-12-05 19:19 Introduction and questions Bruce
2004-12-05 19:30 ` Jan Kundrát
@ 2004-12-05 23:44 ` Mark Williamson
1 sibling, 0 replies; 5+ messages in thread
From: Mark Williamson @ 2004-12-05 23:44 UTC (permalink / raw)
To: xen-devel; +Cc: Bruce
> 2. my USB trackball would not work, but when I plug it into a PS/2 port,
> with works just fine.
You probably don't have USB support compiled in. If you enable USB support
your xen0 kernel, it should work fine.
> 1. Is "Domains" in Xen speak the same as Virtual Machines in VMWare speak?
Basically less. Technically, we call a "virtual machine" the persistent
entity with configuration, virtual disks, etc. We call a *running* virtual
machine a domain. This is like the distinction between programs and
processes that many OSs have.
> 2. I read that various OS's need to be ported to work with Xen, but I can't
> find out how or what needs to be done when reading the Xen manual. I have a
> 9GB HDD ready to format and use for ported OSs.
There's some guidelines on porting OSs in the interface manual. Note however
that only the operating system kernel needs modification - this has been done
already for Linux 2.4 / 2.6, NetBSD, FreeBSD and Plan 9.
HTH,
Mark
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Introduction and questions
2004-12-05 19:30 ` Jan Kundrát
@ 2004-12-06 8:36 ` Dariusz Pietrzak
2004-12-06 16:05 ` Jan Kundrát
0 siblings, 1 reply; 5+ messages in thread
From: Dariusz Pietrzak @ 2004-12-06 8:36 UTC (permalink / raw)
To: xen-devel
> machine-dependent parts of OS' kernel code to work under xen. This is
> job for experienced programmers, not for you. Linux has been ported
How do you know he's not an experienced programmer?
--
Dariush Pietrzak,
Key fingerprint = 40D0 9FFB 9939 7320 8294 05E0 BCC7 02C4 75CC 50D9
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Introduction and questions
2004-12-06 8:36 ` Dariusz Pietrzak
@ 2004-12-06 16:05 ` Jan Kundrát
0 siblings, 0 replies; 5+ messages in thread
From: Jan Kundrát @ 2004-12-06 16:05 UTC (permalink / raw)
To: Dariusz Pietrzak; +Cc: xen-devel
Dariusz Pietrzak wrote:
>>machine-dependent parts of OS' kernel code to work under xen. This is
>>job for experienced programmers, not for you. Linux has been ported
>
> How do you know he's not an experienced programmer?
>
from this sentence:
"2. I read that various OS's need to be ported to work with Xen, but I
can't find out how or what needs to be done when reading the Xen manual.
I have a 9GB HDD ready to format and use for ported OSs."
Experienced programmer would probably read the "Developer Manual" first
:-). Well, it was a guess, but (according to private correspondation
with original poster) true.
j.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-06 16:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 19:19 Introduction and questions Bruce
2004-12-05 19:30 ` Jan Kundrát
2004-12-06 8:36 ` Dariusz Pietrzak
2004-12-06 16:05 ` Jan Kundrát
2004-12-05 23:44 ` Mark Williamson
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.