From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 14 20:05:27 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AA13C18; Sun, 14 Sep 2014 20:05:27 +0000 (UTC) Received: from mail.metricspace.net (mail.metricspace.net [IPv6:2001:470:1f11:617::103]) by mx1.freebsd.org (Postfix) with ESMTP id D5770FFA; Sun, 14 Sep 2014 20:05:26 +0000 (UTC) Received: from [172.16.1.182] (unknown [172.16.1.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id C1ED82F79E; Sun, 14 Sep 2014 20:05:25 +0000 (UTC) Message-ID: <5415F505.3070206@metricspace.net> Date: Sun, 14 Sep 2014 16:05:25 -0400 From: Eric McCorkle User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: Resuming old EFI project References: <54159AC5.1010800@metricspace.net> <1410716250.4174.3.camel@bruno> In-Reply-To: <1410716250.4174.3.camel@bruno> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 20:05:27 -0000 On 09/14/2014 13:37, Sean Bruno wrote: > There's been quite a bit of work in this space and people are already > booting their laptops and such from the UEFI enabled boot loader. That's excellent. I had assumed nobody had worked on it. > What specifically are you looking to work on? > Well, I had been trying to get it to boot on a mac EFI implementation as well. There's some funny things that have to happen there (notably, an HFS+ image). I know there's also some secure booting features in EFI (my new laptop supports them), not sure if anyone's done anything with them.