From mboxrd@z Thu Jan 1 00:00:00 1970 From: newsham@lava.net (Tim Newsham) Date: Thu, 1 May 2008 07:54:29 -1000 (HST) Subject: [Unix-jun72] more corrections In-Reply-To: <31410.1209664053@mini> References: <29658.1209658194@mini> <30972.1209662573@mini> <31410.1209664053@mini> Message-ID: On Thu, 1 May 2008, Brad Parker wrote: > I believe the V7 headers are 16 bytes and the text section starts at zero. > (heh, memory management) > > The v1 headers are 12 bytes and the text section starts at 014 (i.e. the > header is part of the text section and *it* begins at zero, not the code) > > So, if we assemble with the v7 as we need to adjust things a bit. Ahh, that makes sense. So if we build with the 1ed "as" then those first few lines should be commented out since they will be occupied by the a.out header. Ahh! yess, it makes sense, e00-02 has a section at orig+400 "copy in transfer fectors" where those vectors are overwritten during startup. We really should try building with the 1ed assembler. I think a simple sed s/mount/xmount/ over the whole sources will probably fix the mount label issue. > -brad Tim Newsham http://www.thenewsh.com/~newsham/