xref: /dragonfly/contrib/file/magic/Magdir/os9 (revision cd1c6085)
1
2#------------------------------------------------------------------------------
3# $File: os9,v 1.7 2011/05/13 22:15:54 christos Exp $
4#
5# Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions
9# are met:
10# 1. Redistributions of source code must retain the above copyright
11#    notice, this list of conditions and the following disclaimer.
12# 2. Redistributions in binary form must reproduce the above copyright
13#    notice, this list of conditions and the following disclaimer in the
14#    documentation and/or other materials provided with the distribution.
15#
16# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
24# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26#
27#
28#
29# OS9/6809 module descriptions:
30#
310	beshort		0x87CD	OS9/6809 module:
32#
33>6	byte&0x0f	0x00	non-executable
34>6	byte&0x0f	0x01	machine language
35>6	byte&0x0f	0x02	BASIC I-code
36>6	byte&0x0f	0x03	Pascal P-code
37>6	byte&0x0f	0x04	C I-code
38>6	byte&0x0f	0x05	COBOL I-code
39>6	byte&0x0f	0x06	Fortran I-code
40#
41>6	byte&0xf0	0x10	program executable
42>6	byte&0xf0	0x20	subroutine
43>6	byte&0xf0	0x30	multi-module
44>6	byte&0xf0	0x40	data module
45#
46>6	byte&0xf0	0xC0	system module
47>6	byte&0xf0	0xD0	file manager
48>6	byte&0xf0	0xE0	device driver
49>6	byte&0xf0	0xF0	device descriptor
50#
51# OS9/m68k stuff (to be continued)
52#
530	beshort		0x4AFC	OS9/68K module:
54#
55# attr
56>0x14	byte&0x80	0x80	re-entrant
57>0x14	byte&0x40	0x40	ghost
58>0x14	byte&0x20	0x20	system-state
59#
60# lang:
61#
62>0x13	byte		1	machine language
63>0x13	byte		2	BASIC I-code
64>0x13	byte		3	Pascal P-code
65>0x13	byte		4	C I-code
66>0x13	byte		5	COBOL I-code
67>0x13	byte		6	Fortran I-code
68#
69#
70# type:
71#
72>0x12	byte		1	program executable
73>0x12	byte		2	subroutine
74>0x12	byte		3	multi-module
75>0x12	byte		4	data module
76>0x12	byte		11	trap library
77>0x12	byte		12	system module
78>0x12	byte		13	file manager
79>0x12	byte		14	device driver
80>0x12	byte		15	device descriptor
81