From owner-freebsd-current Tue Apr 6 16:13:25 1999 Delivered-To: freebsd-current@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 6608414EE9 for ; Tue, 6 Apr 1999 16:13:18 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id TAA86917; Tue, 6 Apr 1999 19:09:12 -0400 (EDT) Date: Tue, 6 Apr 1999 19:09:12 -0400 (EDT) From: Chuck Robey To: Robert Nordier Cc: freebsd-current@FreeBSD.ORG Subject: Re: loader In-Reply-To: <199904062224.AAA21754@ceia.nordier.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 7 Apr 1999, Robert Nordier wrote: > Chuck Robey wrote: > > > I just finished a buildworld, and I'm not sure about the laoder binary. > > In my obj/usr/src/sys/boot/i386/loader directory, I have 3 files that > > might be loader: > > > > -rw-r--r-- 1 root wheel 135168 Apr 5 19:01 loader > > -rwxr-xr-x 1 root wheel 121672 Apr 5 19:01 loader.bin* > > -rwxr-xr-x 1 root wheel 259171 Apr 5 19:01 loader.sym* > > > > None of them are the size of my existing (gcc) /boot/loader: > > > > -r-xr-xr-x 1 root wheel 126976 Apr 4 17:10 loader* > > > > I use CFLAGS of -O -pipe. Can anyone tell me which of the above files > > gets installed as /boot/loader, and if (from the filesize) I have a good > > loader or not? This is the last thing worrying me about giong to egcs, > > and I'm just playing it very cautiously. > > The file "loader" gets installed. (The .bin file is created from the > .sym file and fed into btxld(8), which outputs loader after binding in > the BTX bits.) > > The 135168-byte loader works fine here, and I can't think of any > reason it should cause problems for you. (It's to be expected that > a more recent compiler will emit different object code, so size > comparisons are apples and oranges.) Thanks, Robert. I booted it, it all works just fine; maybe I was just being extra cautious. > > -- > Robert Nordier > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message