Amiga Hunk
From Just Solve the File Format Problem
The Amiga Hunk format is the native file format of AmigaOS for loadable files (including all executable files), object code and link libraries.
Identification
Loadable files begin with the magic ID 00 00 03 F3
. "Loadable" includes all directly executable files, as well as shared libraries, device drivers, filesystem handlers, datatypes and most other "plugins".
Object code and link libraries begin with the magic ID 00 00 03 E7
. These files have to be combined into a loadable file using a linker to get an executable program.
Format specification
- Commodore-Amiga Inc. "Amiga Binary File Structure" The AmigaDOS Manual, Bantam Books, 1986, ISBN 0-553-34294-0, p243-262
- Ralph Babel. "The Format of Load and Object Modules" The Amiga Guru Book, self-published, 1993, p657-682
- http://amiga-dev.wikidot.com/file-format:hunk