From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id 21CC710AB7 for ; Wed, 24 Sep 2008 04:19:08 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id C8C5B108A2 for ; Wed, 24 Sep 2008 04:00:00 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tX0H7Bt20VBc for ; Wed, 24 Sep 2008 04:00:00 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id EA48A1089C for ; Wed, 24 Sep 2008 03:59:59 -0400 (EDT) Date: Wed, 24 Sep 2008 04:19:34 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Xen - Re State of accessibility on BSD systems In-Reply-To: <20080923133911.GN4519@implementation.bordeaux.inria.fr> Message-ID: References: <20080920002732.1E33C10B3F@speech.braille.uwo.ca> <48D4C528.8030302@baechler.net> <20080920152153.GA20884@gmx.net> <48D614E3.8030206@baechler.net> <20080921235033.GA15615@localhost.localdomain> <48D7784B.1010205@baechler.net> <20080922192627.GA31285@localhost.localdomain> <48D8C4A8.1030608@baechler.net> <20080923133911.GN4519@implementation.bordeaux.inria.fr> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 08:19:08 -0000 Tony Baechler apparently wrote: > Does anyone know about xen? It can apparently run both BSD and Linux > and has console tools for administration, Both are true. I use it heavily for running multiple Linuxes inside Linux. Beautiful system, Xen. > Will it support multiple VMs such as a Linux host with BSD guest Such is the theory behind virtualization.:) Yes. > How would one install BSD on a xen VM? One method which _might_ work, is to setup a guest image which simply contains the installation CD. Boot it with what you need to get it into text mode, and start a xen console on it, and you just might be able to use the installer to install on to a virtually exported hard drive partition, which you could later boot as its own guest. I think that some such scheme is described in the Xen user's Manual, although it's been a couple years since I read that thing. A tip for using Xen and Linux virtualization in general: LVM2 is a near must, if you're doing anything speculative. Yes, you can use loop file systems, and probably want to for the installer that we're talking about here, but they are said to be slow for routine use, and I have no reason to doubt that. Luke