From owner-freebsd-stable Wed Jan 23 9:34:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id 726EB37B402 for ; Wed, 23 Jan 2002 09:34:24 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g0NHYgb00832; Wed, 23 Jan 2002 09:34:42 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200201231734.g0NHYgb00832@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Jason K. Fritcher" Cc: Danny Braniss , freebsd-stable@freebsd.org Subject: Re: pxeboot btx halted problem In-reply-to: Your message of "Wed, 23 Jan 2002 01:48:06 PST." <20020123013103.L70323-100000@outreach.wolfnet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Jan 2002 09:34:42 -0800 From: Michael Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Which after looking in the IA32 instruction set reference, it appears this > is a P6 instruction. Unfortunately, the code I'm building is going to be run > on a P5 cpu. Also unfortunate is the fact that the machine I'm building this > one build with i686 optimizations. Whoops. 8) > I didn't think the boot loaders were linked against the system libraries. The loader is linked against libstand. > Time to either figure out how I can rebuild the libraries loader needs or I > need to do another make world with only i586 optimizations. You can rebuild and reinstall just libstand; it is self-contained and has no particularly special issues. Glad to have helped track this one down. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message