annotate docs/nitros9guide/link.refentry @ 957:681c6976c352

Added density for 80 track devices
author boisy
date Sun, 26 Jan 2003 14:18:07 +0000
parents d9631713b7cd
children c565a4700689
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>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>LINK</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;memory module name&replend;
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
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 each time it is &quot;linked&quot;. The &quot;unlink&quot; command is
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>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 For more information see: 5.4, 5.4.1, 5.4.2, 5.4.3
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 OS9: LINK edit
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 OS9: LINK myprogram
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37