From owner-freebsd-stable Sat Jan 23 15:13:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00489 for freebsd-stable-outgoing; Sat, 23 Jan 1999 15:13:11 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from net177138.hcv.com (net177138.hcv.com [209.153.177.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00483 for ; Sat, 23 Jan 1999 15:13:08 -0800 (PST) (envelope-from matthew@wolfepub.com) Received: from thunder ([10.0.0.12]) by net177138.hcv.com (8.8.8/8.8.8) with SMTP id SAA07295; Sat, 23 Jan 1999 18:08:35 -0500 (EST) (envelope-from matthew@wolfepub.com) Message-Id: <4.1.19990123180740.009ef2f0@firebat.wolfepub.com> X-Sender: matthew@firebat.wolfepub.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 23 Jan 1999 18:13:58 -0500 To: Robert Nordier From: Matthew Hagerty Subject: Thank you (was Re: 3.0 to Stable and ELF Kernel) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <199901232251.AAA14957@ceia.nordier.com> References: <4.1.19990123161158.009e7970@firebat.wolfepub.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Again, thank you, everyone. Nice commands to know: objformat and file. New bootblock went in on the first try. Actually *everything* worked on the first try (installing 3.0 from cd, CVSUPing to stable, make buildworld, make installworld, custom kernel, new bootblocks), without errors! Everyone on the FreeBSD team should be congratulated for a job *very* well done. One day I hope to be able to give back what I have been given. Thank you, Matthew At 12:50 AM 1/24/99 +0200, Robert Nordier wrote: >Matthew Hagerty wrote: > >> I just CVSUPed my 3.0-Release with the RELENG_3 tag. Then I did a >> makeworld and makeinstall. I also compiled a custom kernel. All the steps >> went fine, no errors of any kind, but when I typed make install (for the >> kernel) I received a message that said I should ensure my /boot/loader can >> handle ELF kernels. I went ahead and did the make -DFORCE install and >> rebooted. Needless to say, I cannot boot with the kernel I made, however I >> can boot kernel.GENERIC. > >OK. I just answered your question on -hackers about updating your boot >code. > >> Is 3.0 an ELF system? I was under the impression that it was. Also, is >> the system I just made buy CVSUPing and rebuilding an ELF system? Just out >> curiosity I made a simple C program and compiled it. I got an a.out binary. >> >> I have seen many references on the web site to commands like aout-to-elf >> and such. Is this a step I have to perform? > >3.0-RELEASE had a default binary type of ELF. You can use the >objformat(1) command to check on your default, and a command like > > file /bin/ls > >to verify the format of your binaries. If you don't get ELF back >in response, you will have to looking at an aout-to-elf upgrade. > >-- >Robert Nordier > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message