]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/file/Magdir/os9
This commit was generated by cvs2svn to compensate for changes in r56889,
[FreeBSD/FreeBSD.git] / usr.bin / file / Magdir / os9
1 #
2 #
3 # Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
4 #
5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions
7 # are met:
8 # 1. Redistributions of source code must retain the above copyright
9 #    notice, this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright
11 #    notice, this list of conditions and the following disclaimer in the
12 #    documentation and/or other materials provided with the distribution.
13 # 3. All advertising materials mentioning features or use of this software
14 #    must display the following acknowledgement:
15 #      This product includes software developed by Ignatios Souvatzis for
16 #      the NetBSD project.
17 # 4. The name of the author may not be used to endorse or promote products
18 #    derived from this software without specific prior written permission.
19 #
20 #
21 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
24 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27 # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28 # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
30 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 #
32 #
33 #
34 # OS9/6809 module descriptions:
35 #
36 0       beshort         0x87CD  OS9/6809 module:
37 #
38 >6      byte&0x0f       0x00    non-executable
39 >6      byte&0x0f       0x01    machine language
40 >6      byte&0x0f       0x02    BASIC I-code
41 >6      byte&0x0f       0x03    P-code
42 >6      byte&0x0f       0x04    C I-code
43 >6      byte&0x0f       0x05    COBOL I-code
44 >6      byte&0x0f       0x06    FORTRAN I-code
45 #
46 >6      byte&0xf0       0x10    program executable
47 >6      byte&0xf0       0x20    subroutine
48 >6      byte&0xf0       0x30    multi-module
49 >6      byte&0xf0       0x40    data module
50 #
51 >6      byte&0xf0       0xC0    system module
52 >6      byte&0xf0       0xD0    file manager
53 >6      byte&0xf0       0xE0    device driver
54 >6      byte&0xf0       0xF0    device descriptor
55 #
56 # OS9/m68k stuff (to be continued)
57 #
58 0       beshort         0x4AFC  OS9/68K module:
59 #
60 # attr
61 >14     byte&0x80       0x80    re-entrant
62 >14     byte&0x40       0x40    ghost
63 >14     byte&0x20       0x20    system-state
64 #
65 # lang:
66 #
67 >13     byte            1       machine language
68 >13     byte            2       BASIC I-code
69 >13     byte            3       P-code
70 >13     byte            4       C I-code
71 >13     byte            5       COBOL I-code
72 >13     byte            6       Fortran I-code
73 #
74 #
75 # type:
76 #
77 >12     byte            1       program executable
78 >12     byte            2       subroutine
79 >12     byte            3       multi-module
80 >12     byte            4       data module
81 >12     byte            11      trap library
82 >12     byte            12      system module
83 >12     byte            13      file manager
84 >12     byte            14      device driver
85 >12     byte            15      device descriptor