1ef01931fSBen Gras 2ef01931fSBen Gras#------------------------------------------------------------------------------ 3*835f6802SDirk Vogt# $File: plus5,v 1.6 2009/09/19 16:28:11 christos Exp $ 4ef01931fSBen Gras# plus5: file(1) magic for Plus Five's UNIX MUMPS 5ef01931fSBen Gras# 6ef01931fSBen Gras# XXX - byte order? Paging Hokey.... 7ef01931fSBen Gras# 8ef01931fSBen Gras0 short 0x259 mumps avl global 9ef01931fSBen Gras>2 byte >0 (V%d) 10ef01931fSBen Gras>6 byte >0 with %d byte name 11ef01931fSBen Gras>7 byte >0 and %d byte data cells 12ef01931fSBen Gras0 short 0x25a mumps blt global 13ef01931fSBen Gras>2 byte >0 (V%d) 14ef01931fSBen Gras>8 short >0 - %d byte blocks 15ef01931fSBen Gras>15 byte 0x00 - P/D format 16ef01931fSBen Gras>15 byte 0x01 - P/K/D format 17ef01931fSBen Gras>15 byte 0x02 - K/D format 18ef01931fSBen Gras>15 byte >0x02 - Bad Flags 19