haiku/data/boot_cd/hfs.map
Alexander von Gluck IV 67b2c0fee3 PowerPC: Transition back to CHRP script.
* After examining MacOS toolbox roms, I think i've got
  this nailed down. The MacOS Toolbox rom contains chrp
  code at the top and binary code at the bottom.
* The Raw format for the chrp seemed to cause issues with the
  OpenFirmware boot process on some systems.  NetBSD uses a '-'
  file type.
* The format of the chrp seems a lot more sensitive across machines
  than described. Ensure our returns and spaces are even.
* Booting with the 'c' key is still working on my older OpenFirmware
  machine with the chrp script. The bitmap logo is a half black, half
  white box.
* I removed the &device; alias for now for troubleshooing. It also may
  of been causing compatibility issues. More testing is needed.
2013-06-05 03:24:42 -05:00

15 lines
828 B
Plaintext

# This mapping is needed to successfully boot and to keep macos
# from treating everything like a text file (ugly!)
#
# EXTN XLate CREATOR TYPE Comment
.chrp - 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
.elf Raw 'UNIX' 'boot' "ELF Binary"
.xcf Raw 'UNIX' 'boot' "XCOFF Binary"
.htm Ascii 'MOSS' 'TEXT' "HTML File"
.html Ascii 'MOSS' 'TEXT' "HTML File"
.txt Ascii 'ttxt' 'TEXT' "Text File"
.hqx Ascii 'BnHq' 'TEXT' "BinHex file"
.sea Raw 'aust' 'APPL' "Self Expanding Archive"
.sit Raw 'SIT!' 'SITD' "Stuffit Expander file"
* Raw 'UNIX' 'UNIX' "Unix"