From owner-freebsd-alpha Tue May 13 16:33:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA24374 for alpha-outgoing; Tue, 13 May 1997 16:33:31 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA24356 for ; Tue, 13 May 1997 16:33:27 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wRR4L-0006Fg-00; Tue, 13 May 1997 17:33:21 -0600 To: Andrew Gallatin Subject: Re: Alpha questions.. Cc: freebsd-alpha@freebsd.org In-reply-to: Your message of "Tue, 13 May 1997 19:20:12 EDT." <199705132320.TAA30881@hurricane.cs.duke.edu> References: <199705132320.TAA30881@hurricane.cs.duke.edu> <10485.863559171@time.cdrom.com> Date: Tue, 13 May 1997 17:33:20 -0600 From: Warner Losh Message-Id: Sender: owner-freebsd-alpha@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199705132320.TAA30881@hurricane.cs.duke.edu> Andrew Gallatin writes: : If you look at the milo distribution, there is a file : (tools/arc/arc.s) whose comments give a description of the format : of the header of an ARC image. They describe an ARC image as a 'sort : of a.out' image. : : If you look at linload.exe using od, it seems to match that format.. That's what I was seeing. thanks for the pointer. This looks like just what I need. Warner