diff docs/nitros9guide/mfree.refentry @ 138:d9631713b7cd

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents
children 4dae346c4969
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/nitros9guide/mfree.refentry	Sun Jul 07 08:58:56 2002 +0000
@@ -0,0 +1,40 @@
+<refentry id="mfree">
+<refnamediv>
+<refname>MFREE</refname>
+<refpurpose>Display Free System RAM</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command>MFREE</command>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+Displays a list of which areas of memory are not presently in use
+and available for assignment. The address and size of each free
+memory block are displayed. The size is given as the number of 256-byte
+pages. This information is useful to detect and correct memory
+fragmentation (see 5.4.3).
+</para>
+<para>
+For more information see: 5.4, 5.4.3
+
+</para>
+</refsect1>
+<refsect1><title>Examples</title>
+<screen>
+OS9: mfree
+
+ Address  pages
+--------- -----
+ 700- 7FF    1
+ B00-AEFF  164
+B100-B1FF    1
+
+Total pages free = 166
+</screen>
+</refsect1>
+</refentry>
+