| 12345678910111213141516171819202122232425 | 
#------------------------------------------------------------------------------# $File: plan9,v 1.7 2024/02/29 03:42:40 christos Exp $# plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables and object files# From: "Stefan A. Haubenthal" <polluks@web.de>#0	belong		0x00000107	Plan 9 executable, Motorola 68k0	belong		0x00000197	Plan 9 executable, AT&T Hobbit0	belong		0x000001EB	Plan 9 executable, Intel i3860	belong		0x00000247	Plan 9 executable, Intel i9600	belong		0x000002AB	Plan 9 executable, SPARC0	belong		0x00000407	Plan 9 executable, MIPS R30000	belong		0x0000048B	Plan 9 executable, AT&T DSP 32100	belong		0x00000517	Plan 9 executable, MIPS R4000 BE0	belong		0x000005AB	Plan 9 executable, AMD 290000	belong		0x00000647	Plan 9 executable, ARM 7-something0	belong		0x000006EB	Plan 9 executable, PowerPC0	belong		0x00000797	Plan 9 executable, MIPS R4000 LE0	belong		0x0000084B	Plan 9 executable, DEC Alpha0	belong		0x3A11013C	Plan 9 object file, MIPS R30000	belong		0x430D013C	Plan 9 object file, AT&T Hobbit0	belong		0x4D013201	Plan 9 object file, Motorola 68k0	belong		0x7410013C	Plan 9 object file, SPARC0	belong		0x7E004501	Plan 9 object file, Intel i386
 |