1*0a6a1f1dSLionel Sambuc 2*0a6a1f1dSLionel Sambuc#------------------------------------------------------------------------------ 3*0a6a1f1dSLionel Sambuc# msx: file(1) magic for the SymbOS operating system 4*0a6a1f1dSLionel Sambuc# http://www.symbos.de 5*0a6a1f1dSLionel Sambuc# Fabio R. Schmidlin <frs@pop.com.br> 6*0a6a1f1dSLionel Sambuc 7*0a6a1f1dSLionel Sambuc# SymbOS EXE file 8*0a6a1f1dSLionel Sambuc0x30 string SymExe SymbOS executable 9*0a6a1f1dSLionel Sambuc>0x36 ubyte x v%c 10*0a6a1f1dSLionel Sambuc>0x37 ubyte x \b.%c 11*0a6a1f1dSLionel Sambuc>0xF string x \b, name: %s 12*0a6a1f1dSLionel Sambuc 13*0a6a1f1dSLionel Sambuc# SymbOS DOX document 14*0a6a1f1dSLionel Sambuc0 string INFOq\0 SymbOS DOX document 15*0a6a1f1dSLionel Sambuc 16*0a6a1f1dSLionel Sambuc# Symbos driver 17*0a6a1f1dSLionel Sambuc0 string SMD1 SymbOS driver 18*0a6a1f1dSLionel Sambuc>19 byte x \b, name: %c 19*0a6a1f1dSLionel Sambuc>20 byte x \b%c 20*0a6a1f1dSLionel Sambuc>21 byte x \b%c 21*0a6a1f1dSLionel Sambuc>22 byte x \b%c 22*0a6a1f1dSLionel Sambuc>23 byte x \b%c 23*0a6a1f1dSLionel Sambuc>24 byte x \b%c 24*0a6a1f1dSLionel Sambuc>25 byte x \b%c 25*0a6a1f1dSLionel Sambuc>26 byte x \b%c 26*0a6a1f1dSLionel Sambuc>27 byte x \b%c 27*0a6a1f1dSLionel Sambuc>28 byte x \b%c 28*0a6a1f1dSLionel Sambuc>29 byte x \b%c 29*0a6a1f1dSLionel Sambuc>30 byte x \b%c 30*0a6a1f1dSLionel Sambuc>31 byte x \b%c 31*0a6a1f1dSLionel Sambuc 32*0a6a1f1dSLionel Sambuc# Symbos video 33*0a6a1f1dSLionel Sambuc0 string SymVid SymbOS video 34*0a6a1f1dSLionel Sambuc>6 ubyte x v%c 35*0a6a1f1dSLionel Sambuc>7 ubyte x \b.%c 36*0a6a1f1dSLionel Sambuc 37*0a6a1f1dSLionel Sambuc# Soundtrakker 128 ST2 music 38*0a6a1f1dSLionel Sambuc0 byte 0 39*0a6a1f1dSLionel Sambuc>0xC string \x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x40\x00 Soundtrakker 128 ST2 music, 40*0a6a1f1dSLionel Sambuc>>1 string x name: %s 41*0a6a1f1dSLionel Sambuc 42*0a6a1f1dSLionel Sambuc 43