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