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.
Full documentation for this project is available in the docs/ directory and can be browsed online (once GitHub Pages is enabled).
- Clone this repository.
- Install Prerequisites:
empw,hfsutils,build-essential. - Setup: Run
./cross_compile.shto prepare the environment. - Build: Run
./build_system7.shto compile the system.
See Getting Started for detailed instructions.