annotate docs/nitros9guide/link.refentry @ 1988:b96143206d83

Added more definitions as I have worked them out :)
author afra
date Mon, 30 Jan 2006 23:13:04 +0000
parents 4dae346c4969
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="link">
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>LINK</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Link module into memory</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>link</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 138
diff changeset
11 <replaceable>memory module name</replaceable>
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 This command is used to &quot;lock&quot; a previously loaded module into
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 memory. The link count of the module specified is incremented by one
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
20 each time it is &quot;linked&quot;. The <command>unlink</command> command is
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 used to &quot;unlock&quot;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 the module when it is no longer needed.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
25 For more information see: <xref linkend="sec5.4"/>,
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
26 <xref linkend="sec5.4.1"/>, <xref linkend="sec5.4.2"/>, <xref linkend="sec5.4.3"/>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 OS9: LINK edit
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 OS9: LINK myprogram
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38