Mac OS 7.1 Source Docs

Documentation for the Mac OS 7.1 Source Code Reconstruction

View the Project on GitHub belikh/sys71src

Internal Module

The Internal/ directory contains private implementation details, glue code, and stubs that are not part of the public API.

Subdirectories

C/ and Pascal/

Private headers and source files. These contain:

Asm/

Private assembly definitions and macros.

Key Files

MiniFinder.c

A reconstructed stub application that serves as a placeholder for the Finder.

VirtualMemoryStub.c

A placeholder for Virtual Memory functionality.

Role in Build

The cross_compile.sh script specifically checks for and compiles files in this directory to ensure a complete link. patch_makefile.sh ensures these objects are included in the final link list.