]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/file/Magdir/unknown
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / file / Magdir / unknown
1
2 #------------------------------------------------------------------------------
3 # $File: unknown,v 1.7 2009/09/19 16:28:13 christos Exp $
4 # unknown:  file(1) magic for unknown machines
5 #
6 # XXX - this probably should be pruned, as it'll match PDP-11 and
7 # VAX image formats.
8 #
9 # 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
10 # respectively).
11 #
12 # 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
13 # have the "version %ld", which may be a bogus COFFism (I don't think
14 # there ever was COFF for the PDP-11).
15 #
16 # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
17 # long, as it would be on a VAX.
18 #
19 # 0x10C is 0414 and 0x10E is 416; those *are* unknown.
20 #
21 0       short           0x107           unknown machine executable
22 >8      short           >0              not stripped
23 >15     byte            >0              - version %ld
24 0       short           0x108           unknown pure executable
25 >8      short           >0              not stripped
26 >15     byte            >0              - version %ld
27 0       short           0x109           PDP-11 separate I&D
28 >8      short           >0              not stripped
29 >15     byte            >0              - version %ld
30 0       short           0x10b           unknown pure executable
31 >8      short           >0              not stripped
32 >15     byte            >0              - version %ld
33 0       long            0x10c           unknown demand paged pure executable
34 >16     long            >0              not stripped
35 0       long            0x10e           unknown readable demand paged pure executable