From owner-freebsd-questions Fri Jan 5 17:29:34 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 17:29:30 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 5E06D37B400 for ; Fri, 5 Jan 2001 17:29:30 -0800 (PST) Received: from [209.197.159.230] ([209.197.159.230]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id G6PW5400.6JG for ; Fri, 5 Jan 2001 18:29:28 -0700 From: "Duke Normandin" <01031149@3web.net> To: questions@FreeBSD.ORG Date: Fri, 5 Jan 2001 18:09:40 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: system management Reply-To: 01031149@3web.net Priority: normal X-mailer: Pegasus Mail v3.50 Message-Id: <20010106012930.5E06D37B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Friday January 05, 2001 09:31, Mike Meyer wrote: >> Duke Normandin <01031149@3web.net> types: >> > On 4 Jan 01 at 10:34, Mike Meyer wrote: >> > >> But, can we really in FreeBSD update a 3.X release to an 4.X or >> > >> 5.X doing a CVSUP and then a make world ? >> > > >> > >Yes. If you're going from an a.out system to an elf system, you'll need >> > >to do a "make ugprade" as well. >> > >> > I've waited a long time for an opportunity to ask about what the >> > "a.out" / "elf" systems are all about. Would you be so kind....? >> > Tia! >> Mike.... >> Two different formats for executables - among other things. a.out >> was the original (well, it dates back to v6) Unix executable format. >> Those were just loaded and executed. The "magic number" they started >> with was a branch around the executable header information. ELF >> provides a lot more flexibility (for instance, both link and shared >> libraries and core files can be stored as ELF files), but requires >> more support from the kernel exec call. > Thanks for the tid-bit! I'm too green to fully understand so..... Tim... >Nice explanation. (In other words I that don't know that much about it >could understand the explanation. :) There's also more info in the FAQ >http://www.freebsd.org/FAQ/book.html#AOUT-ELF Thanks for the URL! I was going there this P.M. for a look-see. ;) -duke Calgary,Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message