From owner-freebsd-hackers Sun Mar 12 03:35:38 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA13589 for hackers-outgoing; Sun, 12 Mar 1995 03:35:38 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA13573 for ; Sun, 12 Mar 1995 03:35:29 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA10444; Sun, 12 Mar 1995 21:34:16 +1000 Date: Sun, 12 Mar 1995 21:34:16 +1000 From: Bruce Evans Message-Id: <199503121134.VAA10444@godzilla.zeta.org.au> To: hackers@FreeBSD.org, hasty@netcom.com Subject: Re: text's start address? Sender: hackers-owner@FreeBSD.org Precedence: bulk >I am trying to port mdos (mach dos emulator) to lites 1.0. >At any rate, mdos loads mdos.mon which is a Z magic program. >So how can I calculate the starting address for the executable >mdos.mon so I can jump to it from mdos? The entry address is in a_entry in struct exec. Bruce