Mercurial > hg > Members > kono > nitros9-code
changeset 1012:7aa7d982aa8e
Updated for new manual
author | boisy |
---|---|
date | Tue, 04 Mar 2003 15:12:38 +0000 |
parents | cc153d1671f7 |
children | 15a1a20b70ab |
files | docs/nitros9guide/dirm.refentry docs/nitros9guide/dmem.refentry docs/nitros9guide/exmode.refentry docs/nitros9guide/nitros9l1guide.docbook docs/nitros9guide/nitros9l2guide.docbook docs/nitros9guide/os9guide.docbook docs/nitros9guide/pmap.refentry docs/nitros9guide/proc.refentry docs/nitros9guide/smap.refentry |
diffstat | 9 files changed, 610 insertions(+), 123 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/dirm.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,44 @@ +<refentry id="dirm"> +<refnamediv> +<refname>DIRM</refname> +<refpurpose>Display Module Directory for OS-9 Level Two</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>DIRM</command> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +Displays the present module names in the system module directory, +i.e., all modules currently resident in memory. For example: +</para> +<screen> +OS9: dirm + + Module Directory at 14:44:35 +D0 Pipe OS9 OS9P2 +Init Boot DDisk D1 +KBVDIO TERM IOMan RBF +SCF SysGo Clock Shell +PRINTER P PipeMan Piper +Mdir +</screen> +<para> +If the "e" option is given, a full listing of the physical address, +size, type, revision level, reentant attribute, user count, and name +of each module is displayed. All numbers shown are in hexadecimal. +</para> +<para> +WARNING: Many of the modules listed by DIRM are OS-9 system modules +and NOT executable as programs: always check the module type code +before running a module if you are not familiar with it! +</para> +<para> +For more information see: 5.4.1 +</para> +</refsect1> +</refentry> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/dmem.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,22 @@ +<refentry id="dmem"> +<refnamediv> +<refname>DMEM</refname> +<refpurpose>Display Memory</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>DMEM</command> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +Displays memory under OS-9 Level Two. +</para> +</refsect1> +<refsect1><title>Examples</title> +<screen> +</screen> +</refsect1> +</refentry>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/exmode.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,190 @@ +<refentry id="exmode"> +<refnamediv> +<refname>EXMODE</refname> +<refpurpose>Examine or Change Device Initialization Mode</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>EXMODE</command> +<arg choice="plain"><replaceable>devname</replaceable></arg> +<arg choice="opt"><replaceable>arglist</replaceable></arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +This command is used to display or change the initialization +parameters of any SCF-type device such as the video display, +printer, RS232 port, etc. A common use is to change baud rates, +control key definitions, etc. +</para> +<para> +EXMODE is very similar to the TMODE command. TMODE only operates on +open paths so its effect is temporary. EXMODE actually updates the +device descriptor so the change persists as long as the computer is +running, even if paths to the device are repetitively opened and +closed. If EXMODE is used to change parameter(s) and the COBBLER +program is used to make a new system disk, the changed parameter +will be permanently reflected on the new system disk. +</para> +<para> +EXMODE requires a device name to be given. If no arguments are +given, the present values for each parameter are displayed, +otherwise, the parameter(s) given in the argument list are +processed. Any number of parameters can be given, and are separated +by spaces or commas. +</para> + +</refsect1> +<refsect1><title>EXMODE Parameter Names</title> + +<informaltable frame="none"> +<tgroup cols="2"> +<colspec colwidth="1in"/> +<colspec colwidth="4in"/> +<tbody> +<row> +<entry>upc</entry> +<entry>Upper case only. Lower case characters are automatically +converted to upper case.</entry> +</row> +<row> +<entry>-upc</entry> +<entry>Upper case and lower case characters permitted (default).</entry> +</row> +<row> +<entry>bsb</entry> +<entry>Erase on backspace: backspace characters echoed as a +backspace-space-backspace sequence (default).</entry> +</row> +<row> +<entry>-bsb</entry> +<entry>no erase on backspace: echoes single backspace only</entry> +</row> +<row> +<entry>bsl</entry> +<entry>Backspace over line: lines are "deleted" by sending +backspace-space-backspace sequences to erase the same +line (for video terminals) (default).</entry> +</row> +<row> +<entry>-bsl</entry> +<entry>No backspace over line: lines are "deleted" by printing +a new line sequence (for hard-copy terminals). +echo Input characters "echoed" back to terminal (default)</entry> +</row> +<row> +<entry>-echo</entry> +<entry>No echo</entry> +</row> +<row> +<entry>lf</entry> +<entry>Auto line feed on: line feeds automatically echoed to +terminal on input and output carriage returns (default).</entry> +</row> +<row> +<entry>-lf</entry> +<entry>Auto line feed off.</entry> +</row> +<row> +<entry>pause</entry> +<entry>Screen pause on: output suspended upon full screen. See +"pag" parameter for definition of screen size. Output +can be resumed by typing any key.</entry> +</row> +<row> +<entry>-pause</entry> +<entry>Screen pause mode off.</entry> +</row> +<row> +<entry>null=n</entry> +<entry>Set null count: number of null ($00) characters +transmitted after carriage returns for return delay. +The number is decimal, default = 0.</entry> +</row> +<row> +<entry>pag=n</entry> +<entry>Set video display page length to n (decimal) lines. +Used for "pause" mode, see above.</entry> +</row> +<row> +<entry>bsp=h</entry> +<entry>Set input backspace character. Numeric value of +character in hexadecimal. Default = 08.</entry> +</row> +<row> +<entry>bse=h</entry> +<entry>Set output backspace character. Numeric value of +character in hexadecimal. Default = 08.</entry> +</row> +<row> +<entry>del=h</entry> +<entry>Set input delete line character. Numeric value of +character in hexadecimal. Default = 18.</entry> +</row> +<row> +<entry>bell=h</entry> +<entry>Set bell (alert) output character. Numeric value of +character in hexadecimal. Default = 07</entry> +</row> +<row> +<entry>eor=h</entry> +<entry>Set end-of-record (carriage return) input character. +Numeric value of character in hexadecimal. Default = 0D</entry> +</row> +<row> +<entry>eof=h</entry> +<entry>Set end-of-file input character. Numeric value of +character in hexadecimal. Default 1B.</entry> +</row> +<row> +<entry>type=h</entry> +<entry>ACIA initialization value: sets parity, word size, etc. +Value in hexadecimal. Default 15</entry> +</row> +<row> +<entry>reprint=h</entry> +<entry>Reprint line character. Numeric value of character +in hexadecimal.</entry> +</row> +<row> +<entry>dup=h</entry> +<entry>Duplicate last input line character. Numeric value of +character in hexadecimal.</entry> +</row> +<row> +<entry>psc=h</entry> +<entry>Pause character. Numeric value of character in +hexadecimal.</entry> +</row> +<row> +<entry>abort=h</entry> +<entry>Abort character (normally control C). Numeric value +of character in hexadecimal.</entry> +</row> +<row> +<entry>quit=h</entry> +<entry>Quit character (normally control E). Numeric value +of character in hexadecimal.</entry> +</row> +<row> +<entry>baud=d</entry> +<entry>Set baud rate for software-controllable interface. Numeric +code for baud rate: 0=110 1=300 2=600 3=1200 4=2400 5=4800 +6=9600 7=19200</entry> +</row> +</tbody> +</tgroup> +</informaltable> +</refsect1> +<refsect1><title>Examples</title> +<screen> +exmode /TERM -upc lf null=4 bse=1F pause + +exmode /T1 pag=24 pause bsl -echo bsp=8 bsl=C + +exmode /P baud=3 -if +</screen> +</refsect1> +</refentry>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/nitros9l1guide.docbook Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,129 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + <!ENTITY repeatst "{"> + <!ENTITY repeaten "}"> + <!ENTITY CPU "6809"> + <!ENTITY os9level "OS-9 Level One"> + <!ENTITY os9version "Version 02.01.01 BETA1"> + <!ENTITY vendor "The CoCo Community"> + <!ENTITY make "TRS-80/Tandy Color Computer"> + <!ENTITY minmem "64K"> + <!ENTITY DOSCMD "DOS"> + <!ENTITY ctrlkey "CLEAR"> + <!ENTITY preface SYSTEM "intro.preface"> + <!ENTITY chap1 SYSTEM "chap1.chapter"> + <!ENTITY chap2 SYSTEM "chap2.chapter"> + <!ENTITY chap3 SYSTEM "chap3.chapter"> + <!ENTITY chap4 SYSTEM "chap4.chapter"> + <!ENTITY chap5 SYSTEM "chap5.chapter"> + <!ENTITY chap6 SYSTEM "chap6.chapter"> + <!ENTITY chap7 SYSTEM "chap7.chapter"> + <!ENTITY errorcodesapp SYSTEM "errorcodes.appendix"> + <!ENTITY displayapp SYSTEM "display.appendix"> + <!ENTITY keysapp SYSTEM "keys.appendix"> + <!ENTITY go51app SYSTEM "go51.appendix"> + <!ENTITY acia51app SYSTEM "acia51.appendix"> + + <!ENTITY attrref SYSTEM "attr.refentry"> + <!ENTITY backupref SYSTEM "backup.refentry"> + <!ENTITY basic09ref SYSTEM "basic09.refentry"> + <!ENTITY binexref SYSTEM "binex.refentry"> + <!ENTITY buildref SYSTEM "build.refentry"> + <!ENTITY ccref SYSTEM "cc.refentry"> + <!ENTITY chdref SYSTEM "chd.refentry"> + <!ENTITY cmpref SYSTEM "cmp.refentry"> + <!ENTITY cobblerref SYSTEM "cobbler.refentry"> + <!ENTITY configref SYSTEM "config.refentry"> + <!ENTITY copyref SYSTEM "copy.refentry"> + <!ENTITY cputyperef SYSTEM "cputype.refentry"> + <!ENTITY dateref SYSTEM "date.refentry"> + <!ENTITY dcheckref SYSTEM "dcheck.refentry"> + <!ENTITY debugref SYSTEM "debug.refentry"> + <!ENTITY dedref SYSTEM "ded.refentry"> + <!ENTITY delref SYSTEM "del.refentry"> + <!ENTITY deldirref SYSTEM "deldir.refentry"> + <!ENTITY devsref SYSTEM "devs.refentry"> + <!ENTITY dirref SYSTEM "dir.refentry"> + <!ENTITY disasmref SYSTEM "disasm.refentry"> + <!ENTITY displayref SYSTEM "display.refentry"> + <!ENTITY dmoderef SYSTEM "dmode.refentry"> + <!ENTITY dsaveref SYSTEM "dsave.refentry"> + <!ENTITY dumpref SYSTEM "dump.refentry"> + <!ENTITY echoref SYSTEM "echo.refentry"> + <!ENTITY exref SYSTEM "ex.refentry"> + <!ENTITY exmoderef SYSTEM "exmode.refentry"> + <!ENTITY formatref SYSTEM "format.refentry"> + <!ENTITY freeref SYSTEM "free.refentry"> + <!ENTITY go51ref SYSTEM "go51.refentry"> + <!ENTITY helpref SYSTEM "help.refentry"> + <!ENTITY identref SYSTEM "ident.refentry"> + <!ENTITY inizref SYSTEM "iniz.refentry"> + <!ENTITY irqsref SYSTEM "irqs.refentry"> + <!ENTITY killref SYSTEM "kill.refentry"> + <!ENTITY linkref SYSTEM "link.refentry"> + <!ENTITY listref SYSTEM "list.refentry"> + <!ENTITY loadref SYSTEM "load.refentry"> + <!ENTITY loginref SYSTEM "login.refentry"> + <!ENTITY makdirref SYSTEM "makdir.refentry"> + <!ENTITY mdirref SYSTEM "mdir.refentry"> + <!ENTITY mergeref SYSTEM "merge.refentry"> + <!ENTITY mfreeref SYSTEM "mfree.refentry"> + <!ENTITY os9genref SYSTEM "os9gen.refentry"> + <!ENTITY printerrref SYSTEM "printerr.refentry"> + <!ENTITY procsref SYSTEM "procs.refentry"> + <!ENTITY pwdref SYSTEM "pwd.refentry"> + <!ENTITY renameref SYSTEM "rename.refentry"> + <!ENTITY runbref SYSTEM "runb.refentry"> + <!ENTITY saveref SYSTEM "save.refentry"> + <!ENTITY setimeref SYSTEM "setime.refentry"> + <!ENTITY setprref SYSTEM "setpr.refentry"> + <!ENTITY shellref SYSTEM "shell.refentry"> + <!ENTITY sleepref SYSTEM "sleep.refentry"> + <!ENTITY teeref SYSTEM "tee.refentry"> + <!ENTITY tmoderef SYSTEM "tmode.refentry"> + <!ENTITY tsmonref SYSTEM "tsmon.refentry"> + <!ENTITY tuneportref SYSTEM "tuneport.refentry"> + <!ENTITY unlinkref SYSTEM "unlink.refentry"> + <!ENTITY verifyref SYSTEM "verify.refentry"> + <!ENTITY xmoderef SYSTEM "xmode.refentry"> + ]> +<book id="os9guide" lang="en"> +<bookinfo> + <title>OS-9 Operating System User's Guide</title> + <subtitle>for OS-9 Level One</subtitle> + +<copyright> + <year>1983</year> + <holder>Dragon Data Ltd., and Microware Systems Corporation.</holder> +</copyright> + + <legalnotice> + <para>All Rights Reserved. Reproduced under license from +Microware Systems Corporation.</para> + </legalnotice> + +<revhistory> +<revision> +<revnumber>C</revnumber> +<date>March 2003</date> +<revremark>Updated with the changes made by Boisy Pitre</revremark> +</revision> +</revhistory> + +</bookinfo> + +&preface; +&chap1; +&chap2; +&chap3; +&chap4; +&chap5; +&chap6; +&chap7; +&errorcodesapp; +&displayapp; +&keysapp; +&acia51app; + +</book>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/nitros9l2guide.docbook Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,136 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + <!ENTITY repeatst "{"> + <!ENTITY repeaten "}"> + <!ENTITY CPU "6809/6309"> + <!ENTITY os9level "OS-9 Level Two"> + <!ENTITY os9version "Version 03.00.02 BETA3"> + <!ENTITY vendor "The CoCo Community"> + <!ENTITY make "Tandy Color Computer 3"> + <!ENTITY minmem "128K"> + <!ENTITY DOSCMD "DOS"> + <!ENTITY ctrlkey "CTRL"> + <!ENTITY preface SYSTEM "intro.preface"> + <!ENTITY chap1 SYSTEM "chap1.chapter"> + <!ENTITY chap2 SYSTEM "chap2.chapter"> + <!ENTITY chap3 SYSTEM "chap3.chapter"> + <!ENTITY chap4 SYSTEM "chap4.chapter"> + <!ENTITY chap5 SYSTEM "chap5.chapter"> + <!ENTITY chap6 SYSTEM "chap6.chapter"> + <!ENTITY chap7 SYSTEM "chap7.chapter"> + <!ENTITY errorcodesapp SYSTEM "errorcodes.appendix"> + <!ENTITY displayapp SYSTEM "display.appendix"> + <!ENTITY keysapp SYSTEM "keys.appendix"> + + <!ENTITY asmref SYSTEM "asm.refentry"> + <!ENTITY attrref SYSTEM "attr.refentry"> + <!ENTITY backupref SYSTEM "backup.refentry"> + <!ENTITY binexref SYSTEM "binex.refentry"> + <!ENTITY buildref SYSTEM "build.refentry"> + <!ENTITY chdref SYSTEM "chd.refentry"> + <!ENTITY cmpref SYSTEM "cmp.refentry"> + <!ENTITY cobblerref SYSTEM "cobbler.refentry"> + <!ENTITY configref SYSTEM "config.refentry"> + <!ENTITY copyref SYSTEM "copy.refentry"> + <!ENTITY cputyperef SYSTEM "cputype.refentry"> + <!ENTITY dateref SYSTEM "date.refentry"> + <!ENTITY dcheckref SYSTEM "dcheck.refentry"> + <!ENTITY debugref SYSTEM "debug.refentry"> + <!ENTITY dedref SYSTEM "ded.refentry"> + <!ENTITY deinizref SYSTEM "deiniz.refentry"> + <!ENTITY delref SYSTEM "del.refentry"> + <!ENTITY deldirref SYSTEM "deldir.refentry"> + <!ENTITY devsref SYSTEM "devs.refentry"> + <!ENTITY dirref SYSTEM "dir.refentry"> + <!ENTITY dirmref SYSTEM "dirm.refentry"> + <!ENTITY disasmref SYSTEM "disasm.refentry"> + <!ENTITY displayref SYSTEM "display.refentry"> + <!ENTITY dmemref SYSTEM "dmem.refentry"> + <!ENTITY dmoderef SYSTEM "dmode.refentry"> + <!ENTITY dsaveref SYSTEM "dsave.refentry"> + <!ENTITY dumpref SYSTEM "dump.refentry"> + <!ENTITY echoref SYSTEM "echo.refentry"> + <!ENTITY error SYSTEM "error.refentry"> + <!ENTITY exref SYSTEM "ex.refentry"> + <!ENTITY exbin SYSTEM "exbin.refentry"> + <!ENTITY exmoderef SYSTEM "exmode.refentry"> + <!ENTITY formatref SYSTEM "format.refentry"> + <!ENTITY freeref SYSTEM "free.refentry"> + <!ENTITY helpref SYSTEM "help.refentry"> + <!ENTITY identref SYSTEM "ident.refentry"> + <!ENTITY inizref SYSTEM "iniz.refentry"> + <!ENTITY irqsref SYSTEM "irqs.refentry"> + <!ENTITY killref SYSTEM "kill.refentry"> + <!ENTITY linkref SYSTEM "link.refentry"> + <!ENTITY listref SYSTEM "list.refentry"> + <!ENTITY loadref SYSTEM "load.refentry"> + <!ENTITY loginref SYSTEM "login.refentry"> + <!ENTITY makdirref SYSTEM "makdir.refentry"> + <!ENTITY mdirref SYSTEM "mdir.refentry"> + <!ENTITY mergeref SYSTEM "merge.refentry"> + <!ENTITY mfreeref SYSTEM "mfree.refentry"> + <!ENTITY mmapref SYSTEM "mmap.refentry"> + <!ENTITY modpatch SYSTEM "modpatch.refentry"> + <!ENTITY os9genref SYSTEM "os9gen.refentry"> + <!ENTITY pmapref SYSTEM "pmap.refentry"> + <!ENTITY procref SYSTEM "proc.refentry"> + <!ENTITY procsref SYSTEM "procs.refentry"> + <!ENTITY pwdref SYSTEM "pwd.refentry"> + <!ENTITY pxdref SYSTEM "pxd.refentry"> + <!ENTITY rebootref SYSTEM "reboot.refentry"> + <!ENTITY renameref SYSTEM "rename.refentry"> + <!ENTITY runbref SYSTEM "runb.refentry"> + <!ENTITY saveref SYSTEM "save.refentry"> + <!ENTITY setimeref SYSTEM "setime.refentry"> + <!ENTITY setprref SYSTEM "setpr.refentry"> + <!ENTITY shellref SYSTEM "shell.refentry"> + <!ENTITY sleepref SYSTEM "sleep.refentry"> + <!ENTITY smapref SYSTEM "smap.refentry"> + <!ENTITY teeref SYSTEM "tee.refentry"> + <!ENTITY tmoderef SYSTEM "tmode.refentry"> + <!ENTITY touchref SYSTEM "touch.refentry"> + <!ENTITY tsmonref SYSTEM "tsmon.refentry"> + <!ENTITY tuneportref SYSTEM "tuneport.refentry"> + <!ENTITY unlinkref SYSTEM "unlink.refentry"> + <!ENTITY verifyref SYSTEM "verify.refentry"> + <!ENTITY wcreateref SYSTEM "wcreate.refentry"> + <!ENTITY xmoderef SYSTEM "xmode.refentry"> + ]> +<book id="os9guide" lang="en"> +<bookinfo> + <title>&os9level Operating System User's Guide</title> + <subtitle>&os9version</subtitle> + +<copyright> + <year>2003</year> + <holder>&vendor</holder> +</copyright> + + <legalnotice> + <para>All Rights Reserved.</para> + </legalnotice> + +<revhistory> +<revision> +<revnumber>A</revnumber> +<date>March 2003</date> +<revremark>Updated with the changes made by Boisy Pitre</revremark> +</revision> +</revhistory> + +</bookinfo> + +&preface; +&chap1; +&chap2; +&chap3; +&chap4; +&chap5; +&chap6; +&chap7; +&errorcodesapp; +&displayapp; +&keysapp; + +</book>
--- a/docs/nitros9guide/os9guide.docbook Tue Mar 04 15:11:34 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - <!ENTITY repeatst "{"> - <!ENTITY repeaten "}"> - <!ENTITY vendor "OS9 Consortium"> - <!ENTITY make "Dragon/Color"> - <!ENTITY preface SYSTEM "intro.preface"> - <!ENTITY chap1 SYSTEM "chap1.chapter"> - <!ENTITY chap2 SYSTEM "chap2.chapter"> - <!ENTITY chap3 SYSTEM "chap3.chapter"> - <!ENTITY chap4 SYSTEM "chap4.chapter"> - <!ENTITY chap5 SYSTEM "chap5.chapter"> - <!ENTITY chap6 SYSTEM "chap6.chapter"> - <!ENTITY chap7 SYSTEM "chap7.chapter"> - <!ENTITY errorcodesapp SYSTEM "errorcodes.appendix"> - <!ENTITY displayapp SYSTEM "display.appendix"> - <!ENTITY keysapp SYSTEM "keys.appendix"> - <!ENTITY go51app SYSTEM "go51.appendix"> - <!ENTITY acia51app SYSTEM "acia51.appendix"> - - <!ENTITY attrref SYSTEM "attr.refentry"> - <!ENTITY backupref SYSTEM "backup.refentry"> - <!ENTITY basic09ref SYSTEM "basic09.refentry"> - <!ENTITY binexref SYSTEM "binex.refentry"> - <!ENTITY buildref SYSTEM "build.refentry"> - <!ENTITY ccref SYSTEM "cc.refentry"> - <!ENTITY chdref SYSTEM "chd.refentry"> - <!ENTITY cmpref SYSTEM "cmp.refentry"> - <!ENTITY cobblerref SYSTEM "cobbler.refentry"> - <!ENTITY configref SYSTEM "config.refentry"> - <!ENTITY copyref SYSTEM "copy.refentry"> - <!ENTITY cputyperef SYSTEM "cputype.refentry"> - <!ENTITY dateref SYSTEM "date.refentry"> - <!ENTITY dcheckref SYSTEM "dcheck.refentry"> - <!ENTITY debugref SYSTEM "debug.refentry"> - <!ENTITY dedref SYSTEM "ded.refentry"> - <!ENTITY delref SYSTEM "del.refentry"> - <!ENTITY deldirref SYSTEM "deldir.refentry"> - <!ENTITY devsref SYSTEM "devs.refentry"> - <!ENTITY dirref SYSTEM "dir.refentry"> - <!ENTITY disasmref SYSTEM "disasm.refentry"> - <!ENTITY displayref SYSTEM "display.refentry"> - <!ENTITY dmoderef SYSTEM "dmode.refentry"> - <!ENTITY dsaveref SYSTEM "dsave.refentry"> - <!ENTITY dumpref SYSTEM "dump.refentry"> - <!ENTITY echoref SYSTEM "echo.refentry"> - <!ENTITY exref SYSTEM "ex.refentry"> - <!ENTITY exmoderef SYSTEM "exmode.refentry"> - <!ENTITY formatref SYSTEM "format.refentry"> - <!ENTITY freeref SYSTEM "free.refentry"> - <!ENTITY go51ref SYSTEM "go51.refentry"> - <!ENTITY helpref SYSTEM "help.refentry"> - <!ENTITY identref SYSTEM "ident.refentry"> - <!ENTITY inizref SYSTEM "iniz.refentry"> - <!ENTITY irqsref SYSTEM "irqs.refentry"> - <!ENTITY killref SYSTEM "kill.refentry"> - <!ENTITY linkref SYSTEM "link.refentry"> - <!ENTITY listref SYSTEM "list.refentry"> - <!ENTITY loadref SYSTEM "load.refentry"> - <!ENTITY loginref SYSTEM "login.refentry"> - <!ENTITY makdirref SYSTEM "makdir.refentry"> - <!ENTITY mdirref SYSTEM "mdir.refentry"> - <!ENTITY mergeref SYSTEM "merge.refentry"> - <!ENTITY mfreeref SYSTEM "mfree.refentry"> - <!ENTITY os9genref SYSTEM "os9gen.refentry"> - <!ENTITY printerrref SYSTEM "printerr.refentry"> - <!ENTITY procsref SYSTEM "procs.refentry"> - <!ENTITY pwdref SYSTEM "pwd.refentry"> - <!ENTITY renameref SYSTEM "rename.refentry"> - <!ENTITY runbref SYSTEM "runb.refentry"> - <!ENTITY saveref SYSTEM "save.refentry"> - <!ENTITY setimeref SYSTEM "setime.refentry"> - <!ENTITY setprref SYSTEM "setpr.refentry"> - <!ENTITY shellref SYSTEM "shell.refentry"> - <!ENTITY sleepref SYSTEM "sleep.refentry"> - <!ENTITY teeref SYSTEM "tee.refentry"> - <!ENTITY tmoderef SYSTEM "tmode.refentry"> - <!ENTITY tsmonref SYSTEM "tsmon.refentry"> - <!ENTITY tuneportref SYSTEM "tuneport.refentry"> - <!ENTITY unlinkref SYSTEM "unlink.refentry"> - <!ENTITY verifyref SYSTEM "verify.refentry"> - <!ENTITY xmoderef SYSTEM "xmode.refentry"> - ]> -<book id="os9guide" lang="en"> -<bookinfo> - <title>OS-9 Operating System User's Guide</title> - <subtitle>for OS-9 Level I</subtitle> - -<copyright> - <year>1983</year> - <holder>Dragon Data Ltd., and Microware Systems Corporation.</holder> -</copyright> - - <legalnotice> - <para>All Rights Reserved. Reproduced under license from -Microware Systems Corporation.</para> - </legalnotice> - -<revhistory> -<revision> -<revnumber>B</revnumber> -<date>January 2003</date> -<revremark>Updated with the changes made by Boisy Pitre</revremark> -</revision> -</revhistory> - -</bookinfo> - -&preface; -&chap1; -&chap2; -&chap3; -&chap4; -&chap5; -&chap6; -&chap7; -&errorcodesapp; -&displayapp; -&keysapp; -&acia51app; - -</book>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/pmap.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,22 @@ +<refentry id="pmap"> +<refnamediv> +<refname>pMAP</refname> +<refpurpose>Display Process Map</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>PMAP</command> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +Displays process map under OS-9 Level Two. +</para> +</refsect1> +<refsect1><title>Examples</title> +<screen> +</screen> +</refsect1> +</refentry>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/proc.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,45 @@ +<refentry id="proc"> +<refnamediv> +<refname>PROC</refname> +<refpurpose>Display Processes</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>PROC</command> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +Displays a list of processes running on the system. Normally only +processes having the user's ID are listed, but if the "-e" option is +given, processes of all users are listed. The display is a +"snapshot" taken at the instant the command is executed: processes +can switch states rapidly, usually many times per second. +</para> +<para> +PROC shows the user and process ID numbers, priority, state +(process status), memory size (in 256 byte pages), primary program +module, and standard input path. +</para> +<para> +For more information see: 5.1, 5.2, 5.3 +</para> +</refsect1> +<refsect1><title>Examples</title> +<para> +Level One Example: +</para> +<screen> +User# Id pty state Mem Primary module +---- --- --- -------- --- -------------- + 0 2 0 active 2 Shell + 0 1 0 waiting 1 SysGo + 1 3 1 waiting 2 Tsmon + 1 4 1 waiting 4 Shell + 1 5 1 active 64 Basic09 +</screen> +</refsect1> +</refentry> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/smap.refentry Tue Mar 04 15:12:38 2003 +0000 @@ -0,0 +1,22 @@ +<refentry id="smap"> +<refnamediv> +<refname>SMAP</refname> +<refpurpose>Display System Memory</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>SMAP</command> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +Displays system memory under OS-9 Level Two. +</para> +</refsect1> +<refsect1><title>Examples</title> +<screen> +</screen> +</refsect1> +</refentry>