From owner-cvs-src@FreeBSD.ORG Fri May 30 02:43:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8283937B401; Fri, 30 May 2003 02:43:13 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31E843F3F; Fri, 30 May 2003 02:43:12 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4U9cPZ11759; Fri, 30 May 2003 02:38:25 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id CAA20508; Fri, 30 May 2003 02:43:11 -0700 (PDT) Message-ID: <3ED727A6.2070209@btc.adaptec.com> Date: Fri, 30 May 2003 03:43:02 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200305300929.h4U9TOgI019161@repoman.freebsd.org> In-Reply-To: <200305300929.h4U9TOgI019161@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth beastie.4th frames.4thscreen.4th src/sys/boot/i386/loader Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 30 May 2003 09:43:13 -0000 Scott Long wrote: > scottl 2003/05/30 02:29:24 PDT > > FreeBSD src repository > > Modified files: > sys/boot/i386/loader Makefile > Added files: > sys/boot/forth beastie.4th frames.4th screen.4th > Log: > Add a new bootloader menu. Pull in screen.4th and frames.4th from the > examples directory to support it. This is installed only on i386 for > now. It will be enabled in a later commit. > > Approved by: re > > Revision Changes Path > 1.1 +206 -0 src/sys/boot/forth/beastie.4th (new) > 1.1 +90 -0 src/sys/boot/forth/frames.4th (new) > 1.1 +36 -0 src/sys/boot/forth/screen.4th (new) > 1.64 +1 -0 src/sys/boot/i386/loader/Makefile Bah, today is not my day for giving attributions.... Thanks a lot to Daniel Sobral for reviewing this and helping me learn some of the finer quirks of FICL and Boot4th, and thanks to the many helpful suggestions that I received via email. Scott