annotate docs/nitros9guide/mfree.refentry @ 1148:bc28c3bc3769

Put all stylesheets in one central location
author roug
date Sun, 27 Apr 2003 19:41:14 +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="mfree">
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>MFREE</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Display Free System RAM</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: 138
diff changeset
9 <command>mfree</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15 Displays a list of which areas of memory are not presently in use
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 and available for assignment. The address and size of each free
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 memory block are displayed. The size is given as the number of 256-byte
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 pages. This information is useful to detect and correct memory
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 138
diff changeset
19 fragmentation (see <xref linkend="sec5.4.3"/>).
138
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 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 138
diff changeset
22 For more information see: <xref linkend="sec5.4"/>, <xref linkend="sec5.4.3"/>
138
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 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 OS9: mfree
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 Address pages
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 700- 7FF 1
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 B00-AEFF 164
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 B100-B1FF 1
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 Total pages free = 166
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 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40