annotate docs/nitros9guide/mdir.refentry @ 321:2c0ddf807efa

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