]>
Commit | Line | Data |
---|---|---|
440bd198 A |
1 | |
2 | #------------------------------------------------------------------------------ | |
3 | # motorola: file(1) magic for Motorola 68K and 88K binaries | |
4 | # | |
5 | # 68K | |
6 | # | |
7 | 0 beshort 0520 mc68k COFF | |
8 | >18 beshort ^00000020 object | |
9 | >18 beshort &00000020 executable | |
10 | >12 belong >0 not stripped | |
11 | >168 string .lowmem Apple toolbox | |
12 | >20 beshort 0407 (impure) | |
13 | >20 beshort 0410 (pure) | |
14 | >20 beshort 0413 (demand paged) | |
15 | >20 beshort 0421 (standalone) | |
16 | 0 beshort 0521 mc68k executable (shared) | |
17 | >12 belong >0 not stripped | |
18 | 0 beshort 0522 mc68k executable (shared demand paged) | |
19 | >12 belong >0 not stripped | |
20 | # | |
21 | # Motorola/UniSoft 68K Binary Compatibility Standard (BCS) | |
22 | # | |
23 | 0 beshort 0554 68K BCS executable | |
24 | # | |
25 | # 88K | |
26 | # | |
27 | # Motorola/88Open BCS | |
28 | # | |
29 | 0 beshort 0555 88K BCS executable | |
30 | # | |
31 | # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de> | |
32 | 0 string S0 Motorola S-Record; binary data in text format |