From owner-freebsd-hackers Sun Mar 12 04:36:59 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA15082 for hackers-outgoing; Sun, 12 Mar 1995 04:36:59 -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 EAA15074 for ; Sun, 12 Mar 1995 04:36:50 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA11534; Sun, 12 Mar 1995 22:31:14 +1000 Date: Sun, 12 Mar 1995 22:31:14 +1000 From: Bruce Evans Message-Id: <199503121231.WAA11534@godzilla.zeta.org.au> To: bde@zeta.org.au, hackers@FreeBSD.org, hasty@netcom.com Subject: Re: text's start address? Sender: hackers-owner@FreeBSD.org Precedence: bulk >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?? You have to add the 1000000 unless that is in a_entry. It probably should be in_a_entry. There is no way to tell from the header what the load address should be. Bruce