From owner-freebsd-hackers Sun Mar 12 04:25:12 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA14966 for hackers-outgoing; Sun, 12 Mar 1995 04:25:12 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA14960 for ; Sun, 12 Mar 1995 04:25:10 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id EAA06146; Sun, 12 Mar 1995 04:25:04 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA20199; Sun, 12 Mar 1995 04:25:04 -0800 Message-Id: <199503121225.EAA20199@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: hasty@netcom.com (Amancio Hasty Jr) cc: hackers@FreeBSD.org Subject: Re: text's start address? In-reply-to: Your message of "Sun, 12 Mar 95 04:15:15 PST." <199503121215.EAA19597@netcom14.netcom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 12 Mar 1995 04:25:02 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >Hmm.... > >mdos is just a mini loader which loads mdos.mon at a fix address 1000000. >Now if I jump to location 0x18 wouldn't that start mdos over again?? I started reading this thread rather late...but a couple of things: the a.out header is 0x20 bytes large. The entry address is usually to a function in crt0 (_not_ in main()). ...don't know if this helps. -DG