Documentation for the Mac OS 7.1 Source Code Reconstruction
The Internal/ directory contains private implementation details, glue code, and stubs that are not part of the public API.
C/ and Pascal/Private headers and source files. These contain:
MiniFinder.c and VirtualMemoryStub.c are located here.Asm/Private assembly definitions and macros.
SysPrivateEqu.a: Private system globals.Emulator68kStub.a: Stub for the 68k emulator (used on PPC or for specific build configs).MiniFinder.cA reconstructed stub application that serves as a placeholder for the Finder.
VirtualMemoryStub.cA placeholder for Virtual Memory functionality.
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.