9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Leimbach <leimy2k@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] rc dying in my drawterm on xen
Date: Wed, 17 Nov 2004 20:50:17 -0800	[thread overview]
Message-ID: <3e1162e60411172050317b26d@mail.gmail.com> (raw)
In-Reply-To: <5c1efca4c9647f93447d7cf0ac303d15@granite.cias.osakafu-u.ac.jp>

> Sorry, I don't understand yet what is Xen.
> 
Xen is a "virtual machine monitor".  It allows you  to host other
operating systems, kind of similar to the way you might run many
instances of VMWare on a linux/windows box but with a more
"performant" implementation.  Xen doesn't try to emulate too much
hardware and it actually multiplexes  the hardware you have.

As such, you can run many different "domains" with Linux, NetBSD or
Plan 9 [once Ron irons out the last few bugs...:)].

I had a Xen installation up until a few minutes ago when I hosed my
machine doing something else :).  Basically you use GRUB to boot Xen
and then a special "Xen-linux" as a controlling "domain 0".  From
there you can start a xen daemon which lets you create new domains
with configuration files to assign disk partitions or files as
filesystems for other kernels.

It's fairly cool stuff.  http://xen.sf.net has some information I
believe.  It's also really easy to build Xen2 from source.  The
makefile even downloads the kernel and patches it for you IIRC so
getting started is pretty easy.

I'm buying extra disks just to play with it from my local mom'n'pop
computer store up the street [support the little guy!!!].

Dave

> Kenji
> 
>


  reply	other threads:[~2004-11-18  4:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-17 22:25 Ronald G. Minnich
2004-11-17 23:07 ` geoff
2004-11-18  1:14 ` Kenji Okamoto
2004-11-18  4:50   ` David Leimbach [this message]
2004-11-18 15:09   ` Ronald G. Minnich
2004-11-18 17:34     ` C H Forsyth
2004-11-19  3:50     ` Kenji Okamoto
2004-11-19  5:29       ` Lucio De Re
2004-11-19 17:03         ` Ronald G. Minnich
2004-11-19 17:22           ` Wes Kussmaul
2004-11-19 17:26             ` Russ Cox
2004-11-19 17:36               ` David Leimbach
2004-11-19 18:04                 ` Ronald G. Minnich
2004-11-19 18:21                   ` David Leimbach
2004-11-19 18:31                     ` Ronald G. Minnich
2004-11-19 18:05             ` Ronald G. Minnich
2004-11-19 17:03       ` Ronald G. Minnich
2004-11-22  0:57         ` Kenji Okamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e1162e60411172050317b26d@mail.gmail.com \
    --to=leimy2k@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).