|
|
coherent
/*
* coff optional header.
*
* For a description of common object file format see
* O'Reilly & Associates, Inc.
* Understanding and Using COFF by Gintaras R. Gircys
*/
typedef struct aouthdr {
short magic; /* see magic.h */
short vstamp; /* version stamp */
long tsize; /* text size in bytes, padded to FW
bdry */
long dsize; /* initialized data " " */
long bsize; /* uninitialized data " " */
#if U3B
long dum1;
long dum2; /* pad to entry point */
#endif
long entry; /* entry pt. */
long text_start; /* base of text used for this file */
long data_start; /* base of data used for this file */
} AOUTHDR;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.