138
|
1 <refentry id="mdir">
|
|
2 <refnamediv>
|
|
3 <refname>MDIR</refname>
|
|
4 <refpurpose>Display Module Directory</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>MDIR</command>
|
|
10 <arg choice="opt">
|
|
11 <option>e</option>
|
|
12 </arg>
|
|
13 </cmdsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
|
16 <refsect1><title>Description</title>
|
|
17 <para>
|
|
18 Displays the present module names in the system module directory,
|
|
19 i.e., all modules currently resident in memory. For example:
|
|
20 </para>
|
|
21 <screen>
|
|
22 OS9: mdir
|
|
23
|
|
24 Module Directory at 14:44:35
|
|
25 D0 Pipe OS9 OS9P2
|
|
26 Init Boot DDisk D1
|
|
27 KBVDIO TERM IOMan RBF
|
|
28 SCF SysGo Clock Shell
|
|
29 PRINTER P PipeMan Piper
|
|
30 Mdir
|
|
31 </screen>
|
|
32 <para>
|
|
33 If the "e" option is given, a full listing of the physical address,
|
|
34 size, type, revision level, reentant attribute, user count, and name
|
|
35 of each module is displayed. All numbers shown are in hexadecimal.
|
|
36 </para>
|
|
37 <screen>
|
|
38 OS9: MDIR E
|
|
39
|
|
40 Module Directory at 10:55:04
|
|
41
|
|
42 ADDR SIZE TY RV AT UC NAME
|
|
43 ---- ---- -- -- -- -- --------
|
|
44 C305 2F F1 1 R D0
|
|
45 F059 7EB C1 1 R OS9
|
|
46 F852 4F4 C1 1 R OS9P2
|
|
47 FD46 2E CO 1 R INIT
|
|
48 C363 798 E1 1 R 2 KBVDIO
|
|
49 CAFB 38 F1 1 R 2 TERM
|
|
50 </screen>
|
|
51 <para>
|
|
52
|
|
53 WARNING: Many of the modules listed by MDIR are OS-9 system modules
|
|
54 and NOT executable as programs: always check the module type code
|
|
55 before running a module if you are not familiar with it!
|
|
56 </para>
|
|
57 <para>
|
|
58 For more information see: 5.4.1
|
|
59 </para>
|
|
60 </refsect1>
|
|
61 </refentry>
|
|
62
|