1012
|
1 <refentry id="dirm">
|
|
2 <refnamediv>
|
|
3 <refname>DIRM</refname>
|
1500
|
4 <refpurpose>Display Module Directory for NitrOS-9 Level 2</refpurpose>
|
1012
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
1093
|
9 <command>dirm</command>
|
1012
|
10 </cmdsynopsis>
|
|
11 </refsynopsisdiv>
|
|
12
|
|
13 <refsect1><title>Description</title>
|
|
14 <para>
|
|
15 Displays the present module names in the system module directory,
|
|
16 i.e., all modules currently resident in memory. For example:
|
|
17 </para>
|
|
18 <screen>
|
|
19 OS9: dirm
|
|
20
|
|
21 Module Directory at 14:44:35
|
|
22 D0 Pipe OS9 OS9P2
|
|
23 Init Boot DDisk D1
|
|
24 KBVDIO TERM IOMan RBF
|
|
25 SCF SysGo Clock Shell
|
|
26 PRINTER P PipeMan Piper
|
|
27 Mdir
|
|
28 </screen>
|
|
29 <para>
|
|
30 If the "e" option is given, a full listing of the physical address,
|
|
31 size, type, revision level, reentant attribute, user count, and name
|
|
32 of each module is displayed. All numbers shown are in hexadecimal.
|
|
33 </para>
|
|
34 <para>
|
1500
|
35 WARNING: Many of the modules listed by <command>dirm</command> are NitrOS-9 system modules
|
1093
|
36 and <emphasis>not</emphasis> executable as programs: always check the module type code
|
1012
|
37 before running a module if you are not familiar with it!
|
|
38 </para>
|
|
39 <para>
|
1093
|
40 For more information see: <xref linkend="sec5.4.1"/>
|
1012
|
41 </para>
|
|
42 </refsect1>
|
|
43 </refentry>
|
|
44
|