xref: /minix3/external/bsd/file/dist/magic/magdir/unknown (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1ef01931fSBen Gras
2ef01931fSBen Gras#------------------------------------------------------------------------------
3*84d9c625SLionel Sambuc# $File: unknown,v 1.8 2013/01/09 22:37:24 christos Exp $
4ef01931fSBen Gras# unknown:  file(1) magic for unknown machines
5ef01931fSBen Gras#
6*84d9c625SLionel Sambuc# 0x107 is 0407, 0x108 is 0410, and 0x109 is 0411; those are all PDP-11
7*84d9c625SLionel Sambuc# (executable, pure, and split I&D, respectively), but the PDP-11 version
8*84d9c625SLionel Sambuc# doesn't have the "version %ld", which may be a bogus COFFism (I don't
9*84d9c625SLionel Sambuc# think there was ever COFF for the PDP-11).
10ef01931fSBen Gras#
11ef01931fSBen Gras# 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
12*84d9c625SLionel Sambuc# long, as it would be on a VAX.  In any case, that could collide with
13*84d9c625SLionel Sambuc# VAX demand-paged files, as the magic number is little-endian on those
14*84d9c625SLionel Sambuc# binaries, so the first 16 bits of the file would contain 0x10B.
15ef01931fSBen Gras#
16*84d9c625SLionel Sambuc# Therefore, those entries are commented out.
17ef01931fSBen Gras#
18*84d9c625SLionel Sambuc# 0x10C is 0414 and 0x10E is 0416; those *are* unknown.
19*84d9c625SLionel Sambuc#
20*84d9c625SLionel Sambuc#0	short		0x107		unknown machine executable
21*84d9c625SLionel Sambuc#>8	short		>0		not stripped
22*84d9c625SLionel Sambuc#>15	byte		>0		- version %ld
23*84d9c625SLionel Sambuc#0	short		0x108		unknown pure executable
24*84d9c625SLionel Sambuc#>8	short		>0		not stripped
25*84d9c625SLionel Sambuc#>15	byte		>0		- version %ld
26*84d9c625SLionel Sambuc#0	short		0x109		PDP-11 separate I&D
27*84d9c625SLionel Sambuc#>8	short		>0		not stripped
28*84d9c625SLionel Sambuc#>15	byte		>0		- version %ld
29*84d9c625SLionel Sambuc#0	short		0x10b		unknown pure executable
30*84d9c625SLionel Sambuc#>8	short		>0		not stripped
31*84d9c625SLionel Sambuc#>15	byte		>0		- version %ld
32ef01931fSBen Gras0	long		0x10c		unknown demand paged pure executable
33ef01931fSBen Gras>16	long		>0		not stripped
34ef01931fSBen Gras0	long		0x10e		unknown readable demand paged pure executable
35