From owner-freebsd-current@FreeBSD.ORG Thu Mar 8 08:58:58 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62EA516A402; Thu, 8 Mar 2007 08:58:58 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 3812813C428; Thu, 8 Mar 2007 08:58:58 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id BC0021F5F5E; Thu, 8 Mar 2007 03:58:57 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Thu, 08 Mar 2007 03:58:57 -0500 X-Sasl-enc: NkwGYQWvFVwGc6r0v8iAAcuiDuGBl17jil53c/a1NxLr 1173344337 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 9D50C279FA; Thu, 8 Mar 2007 03:58:57 -0500 (EST) Message-ID: <45EFD04F.2040704@FreeBSD.org> Date: Thu, 08 Mar 2007 08:58:55 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: Eric Anderson References: <200703072157.l27LvWgC074743@ambrisko.com> <45EF56A4.10204@FreeBSD.org> <45EF7ADA.9010604@freebsd.org> In-Reply-To: <45EF7ADA.9010604@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, "Alexandre \"Sunny\" Kovalenko" Subject: Re: etherboot + pxeboot ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Mar 2007 08:58:58 -0000 Eric Anderson wrote: > On 03/07/07 18:19, Bruce M. Simpson wrote: >> I played with this as recently as December. The BTX halted problem >> you are seeing is the same 'ol same 'ol 'BTX wants to play in vm86 >> mode, but BIOS or expansion ROM wants to play in real mode' problem. >> > > So excuse my ignorance on this, but is this something that is fixable, > or is pxeboot just never going to work right? It's fixable if someone sits down and takes the time to rewrite BTX to be able to trampoline into real mode when calling certain BIOS routines. I tried to sit down and do this last October when I had some free time to work on it, but got nowhere fast. Regards, BMS