Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 1995 04:25:02 -0800
From:      David Greenman <davidg@Root.COM>
To:        hasty@netcom.com (Amancio Hasty Jr)
Cc:        hackers@FreeBSD.org
Subject:   Re: text's start address? 
Message-ID:  <199503121225.EAA20199@corbin.Root.COM>
In-Reply-To: Your message of "Sun, 12 Mar 95 04:15:15 PST." <199503121215.EAA19597@netcom14.netcom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503121225.EAA20199>