Correct typo: we use System 7, not 6

I wanted to use System 6, but it turns out that many tools rely on
System 7's "high-level" FS calls ("HFS Pinafore").
This commit is contained in:
Elliot Nunn 2019-01-14 16:36:15 +08:00
parent 413ea3f8c8
commit f2451b3ecf

2
Build
View File

@ -59,7 +59,7 @@ def ticks_from_str(s):
# Argparse # Argparse
args = argparse.ArgumentParser(description=''' args = argparse.ArgumentParser(description='''
Copy an MPW source tree into a System 6 disk image that builds on Copy an MPW source tree into a System 7 disk image that builds on
boot. Difficult parts of the build tree can be elegantly replaced by boot. Difficult parts of the build tree can be elegantly replaced by
dropping pre-built objects or binaries into the AmphibianDNA folder. dropping pre-built objects or binaries into the AmphibianDNA folder.
Every file in AmphibianDNA will be spliced into the build system by Every file in AmphibianDNA will be spliced into the build system by