annotate docs/nitros9guide/mdir.refentry @ 2802:58ca94b06908 lwtools-port

now built from defs files
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 01 Feb 2013 19:26:44 -0600
parents b00cf13c9f61
children
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>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>mdir</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
914
9639def8cf2e Changed to show new - options
boisy
parents: 138
diff changeset
11 <option>-e</option>
138
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>
914
9639def8cf2e Changed to show new - options
boisy
parents: 138
diff changeset
38 OS9: mdir -e
138
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>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
51 <caution>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
52 <para>
1500
b00cf13c9f61 Major changes for new NitrOS-9 manual
boisy
parents: 1094
diff changeset
53 Many of the modules listed by <command>mdir</command> are NitrOS-9 system modules
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
54 and <emphasis>not</emphasis> executable as programs: always check the module type code
138
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>
1094
958740284209 Use <emphasis> instead of CAPITALS
roug
parents: 1093
diff changeset
57 </caution>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
58 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
59 For more information see: <xref linkend="sec5.4.1"/>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
60 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
61 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
62 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
63