From owner-cvs-all Wed Jun 14 14:27:56 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 307D937B622; Wed, 14 Jun 2000 14:27:52 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p14-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.143]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id GAA03296; Thu, 15 Jun 2000 06:27:50 +0900 (JST) Message-ID: <3947F912.73D2F729@newsguy.com> Date: Thu, 15 Jun 2000 06:28:50 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.4th References: <200006140718.AAA59494@freefall.freebsd.org> <20000614113222.B35198@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Wed, Jun 14, 2000 at 12:18:19AM -0700, Peter Wemm wrote: > > FreeBSD/i386 bootstrap loader, Revision 0.8 > > (root@outback.netplex.com.au, Tue Jun 13 23:26:49 PDT 2000) > > We are not Linux. After using the loader in FreeBSD releases, can we > have revision 1.0? Mike first asked me to dump the present loader versioning system back when 3.x was current. I never found the time to sit down and figure out how to do it right, though. Besically, we want to get rid of src/sys/boot/{alpha,i386}/loader/version, and replace that with a simple #define. I'd suggest src/sys/boot/common/bootstrap.h as destination, as I loath (sp?) the idea of having overall loader functionality be machine-dependent, but... We also want it to be something more like __FreeBSD_version, number-wise. While doing the above is straight-forward, I do not know how the present version stuff is processed/linked. Lame excuse, but... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "He is my minion, so he doesn't need a name." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message