Porting TenDRA to Different Operating Systems

  1. i. Introduction
  2. 1. The build system
  3. 2. Indicating API Conformance for a New Machine
    1. 2.1. Implementation Steps
    2. 2.2. Abstract versus Concrete APIs
    3. 2.3. Order of Inclusion
    4. 2.4. Versioning (of Operating Systemes and APIs)
    5. 2.5. Omissions (marking things __WRONG)
    6. 2.6. Splitting off new Subsets
    7. 2.7. Workarounds for Deviations
    8. 2.8. Notes on -Ysystem
  4. 3. Machine-Specific Tokens
  5. 4. Installers
  6. A. See Also
  7. B. Examples of API Workarounds