From owner-cvs-all Mon Oct 7 12:23:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513FA37B407 for ; Mon, 7 Oct 2002 12:23:06 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858DF43E91 for ; Mon, 7 Oct 2002 12:23:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5021 invoked from network); 7 Oct 2002 19:23:05 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 7 Oct 2002 19:23:05 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g97JN2n5003123; Mon, 7 Oct 2002 15:23:02 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200210071912.g97JCaH2018692@freefall.freebsd.org> Date: Mon, 07 Oct 2002 15:23:06 -0400 (EDT) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/sys/boot/i386/btx/btxldr btxldr.s Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Oct-2002 Poul-Henning Kamp wrote: > phk 2002/10/07 12:12:36 PDT > > Modified files: > sys/boot/i386/btx/btxldr btxldr.s > Log: > Correctly adjust for moved start address. > > It seems that the existence of a "depend" target in src/sys/boot is not > to be taken as an indication that it actually does what one would expect, > at least it clearly threw my testing off. Well, the problem is that the boot code has a lot of indirect magic numbers in it and there aren't any real headers that are shared for these various things to depend on. This stuff is kind of gross. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message