Amiga Hunk

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Identification)
Line 7: Line 7:
  
 
== Identification ==
 
== Identification ==
Loadable files begin with the magic ID {{magic|00 00 03 F3}}. "Loadable" includes all directly executable files, as well as shared libraries, device drivers, filesystem handlers, datatypes and most other "plugins".
+
Loadable files begin with the magic ID {{magic|00 00 03 F3}}. "Loadable" includes all directly executable files, as well as shared libraries, device drivers, filesystem handlers, datatypes and other "plugins".
  
 
Object code and link libraries begin with the magic ID {{magic|00 00 03 E7}}. These files have to be combined into a loadable file using a linker to get an executable program.
 
Object code and link libraries begin with the magic ID {{magic|00 00 03 E7}}. These files have to be combined into a loadable file using a linker to get an executable program.

Revision as of 12:28, 10 May 2018

File Format
Name Amiga Hunk
Ontology
Extension(s) (none), .library, .device, .datatype, .o, .lib

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 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

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox