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