Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Mac OS Runtime Architectures /
Chapter 9 - CFM-68K Application and Shared Library Structure / CFM-68K Application Structure


The Segment Header

Each CFM-68K runtime segment contains a header that gives information about the segment. Figure 9-1 shows the structure of a CFM-68K runtime segment header.

Note
The CFM-68K runtime segment header is the same size as a classic 68K far model (32-bit everything) header (see Figure 10-11 (page 10-24)), but it contains different information. u
Figure 9-1 Structure of a CFM-68K runtime segment header

The version number $FFFD indicates that the segment header was built for the CFM-68K runtime architecture. This value must match the version number in the jump table flag entry (see Figure 9-2 (page 9-5)).

Note
In MPW you must build your application with the same size constraints as a classic 68K near model program unless you specify the -bigseg compiler option.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 MARCH 1997