Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 942 Bytes

File metadata and controls

23 lines (15 loc) · 942 Bytes

Apple Mac OS 7.1 Source Code

This repository contains the source code of Macintosh System Software 7.1 (m68k architecture). It is a reconstruction aimed at enabling cross-compilation on modern Linux systems.

Disclaimer: This code is for research and educational purposes only.

Documentation

Full documentation for this project is available in the docs/ directory and can be browsed online (once GitHub Pages is enabled).

Quick Start

  1. Clone this repository.
  2. Install Prerequisites: empw, hfsutils, build-essential.
  3. Setup: Run ./cross_compile.sh to prepare the environment.
  4. Build: Run ./build_system7.sh to compile the system.

See Getting Started for detailed instructions.