From owner-cvs-src@FreeBSD.ORG Wed Oct 24 23:55:58 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8A5216A46E for ; Wed, 24 Oct 2007 23:55:58 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outU.internet-mail-service.net (outU.internet-mail-service.net [216.240.47.244]) by mx1.freebsd.org (Postfix) with ESMTP id C6A7313C4A8 for ; Wed, 24 Oct 2007 23:55:58 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 24 Oct 2007 16:55:47 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100]) by idiom.com (Postfix) with ESMTP id 9C3A21267F4; Wed, 24 Oct 2007 16:55:46 -0700 (PDT) Message-ID: <471FDB96.7060903@elischer.org> Date: Wed, 24 Oct 2007 16:56:06 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: John Baldwin References: <200710242133.l9OLX05K085372@repoman.freebsd.org> In-Reply-To: <200710242133.l9OLX05K085372@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys gpt.h src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/common ufsread.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 23:55:59 -0000 John Baldwin wrote: This partition does not have a fixed size in that > /boot/pmbr will load the entire partition into the lower 640k. However, > it is limited in that it can only be 545k. That's still a lot better than > the current 7.5k limit for boot2 on MBR. gptboot mostly acts just like > boot2 in that it reads /boot.config and loads up /boot/loader. Some more > details: I suggest that we compile a freebsd 1.1 kernel up as the bootloader. :-) I remember that it cold be loaded below 640 when it was 386bsd. in fact I think it was me that moved it up to 1MB..