From owner-freebsd-current@FreeBSD.ORG Thu Dec 2 20:50:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAE816A4E4 for ; Thu, 2 Dec 2004 20:50:19 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8920A43D41 for ; Thu, 2 Dec 2004 20:50:19 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iB2Ks5en068314; Thu, 2 Dec 2004 13:54:05 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AF8017.4000206@freebsd.org> Date: Thu, 02 Dec 2004 13:50:31 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Huff References: <20041202002939.GA2834@ns1.xcllnt.net> <16815.31852.46550.983276@jerusalem.litteratus.org> In-Reply-To: <16815.31852.46550.983276@jerusalem.litteratus.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@freebsd.org Subject: Re: My project wish-list for the next 12 months X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 20:50:28 -0000 Robert Huff wrote: > Marcel Moolenaar writes: > > >> > 1. Keyboard multiplexer. >> >> I actually fail to stop thinking about a complete syscons and >> pcvt replacement. You know, the one and only console >> implementation that makes all others obsolete. Big plans, little >> time, yada yada yada... > > > As long as we're talking about keyboards ... may I add "Get the > boot code to recognize USB keyboards." > (Unless this has already happened and I missed the meno. > Again.) > > > Robert Huff > Are you talking about putting a minimal USB stack into the boot loader? That _certainly_ cannot fit into boot0, and I doubt that it can fit into boot1. It might be possible for boot2/BTX/loader, but that's also quite a bit of work. I take it that your BIOS does not provide keyboard emulation for you? If not, I guess that it makes it difficult to boot to DOS. Scott