From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zcs.mccainsystems.com (zcs.mccainsystems.com [23.23.221.81]) by befuddled.reisers.ca (Postfix) with ESMTP id 473DD1EF6BF for ; Wed, 8 May 2013 15:45:26 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by zcs.mccainsystems.com (Postfix) with ESMTP id 502DA13B8FF for ; Wed, 8 May 2013 15:45:24 -0400 (EDT) X-Virus-Scanned: amavisd-new at zcs.mccainsystems.com Received: from zcs.mccainsystems.com ([127.0.0.1]) by localhost (zcs.mccainsystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9OdH9IyNSabK for ; Wed, 8 May 2013 15:45:23 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by zcs.mccainsystems.com (Postfix) with ESMTP id 9BDAF13328B for ; Wed, 8 May 2013 15:45:23 -0400 (EDT) X-Virus-Scanned: amavisd-new at zcs.mccainsystems.com Received: from zcs.mccainsystems.com ([127.0.0.1]) by localhost (zcs.mccainsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Ei8JUo87iT3D for ; Wed, 8 May 2013 15:45:22 -0400 (EDT) Received: from ip-10-122-162-135.ec2.internal (zaria.coolip.net [50.16.211.118]) by zcs.mccainsystems.com (Postfix) with ESMTPSA id DF17113B8FF for ; Wed, 8 May 2013 15:45:22 -0400 (EDT) Date: Wed, 8 May 2013 15:45:24 -0400 (EDT) From: Kelly Prescott To: "Speakup is a screen review system for Linux." Subject: Re: the direction of speakup In-Reply-To: <20130508164514.0FE6422973@server1.shellworld.net> Message-ID: References: <20130508164514.0FE6422973@server1.shellworld.net> User-Agent: Alpine 2.02 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.15 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, 08 May 2013 19:45:26 -0000 Maybe the UEFI specification can help us. What about a small UEFI application to be a screen reader then launch the kernel or what ever. This would not work for older systems, but might get around the kernel driver problem as the reader encapsulates the kernel so to speak. On Wed, 8 May 2013, Martin G. McCormick wrote: --- anip --- > A Unix kernel is the master process and everything else > that happens on your system is spawned as a subprocess of the > master. Would it be possible to have a kernel equipped with > speakup spawn the rest of one's system as if it was a virtual > system? That could take care of the I/O.