Mercurial > hg > Members > kono > nitros9-code
changeset 1151:ee8d3667bc71
Added new helpfiles
author | boisy |
---|---|
date | Wed, 30 Apr 2003 14:42:41 +0000 |
parents | 3176d09627d1 |
children | e5dc6b4823e4 |
files | level2/sys/dirm.hp level2/sys/dmem.hp level2/sys/makefile level2/sys/mmap.hp level2/sys/pmap.hp level2/sys/proc.hp level2/sys/reboot.hp level2/sys/smap.hp |
diffstat | 8 files changed, 37 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level2/sys/dirm.hp Wed Apr 30 14:42:41 2003 +0000 @@ -0,0 +1,4 @@ +@DIRM +Syntax: DirM +Usage : Displays the present memory module directory +Opts :
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level2/sys/dmem.hp Wed Apr 30 14:42:41 2003 +0000 @@ -0,0 +1,4 @@ +@DMEM +Syntax: DMem [<block> | -<id>] <offset> [<length>] +Usage : Displays raw memory from a block or offset +Opts :
--- a/level2/sys/makefile Wed Apr 30 14:34:08 2003 +0000 +++ b/level2/sys/makefile Wed Apr 30 14:42:41 2003 +0000 @@ -8,18 +8,19 @@ SYSBINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs L1TXTFILES = errmsg password L1HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ - chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \ - dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \ - display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \ - exbin.hp format.hp free.hp gfx.hp help.hp ident.hp iniz.hp \ - inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \ + chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ + dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp dir.hp \ + disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \ + exbin.hp exmode.hp format.hp free.hp gfx.hp help.hp ident.hp iniz.hp \ + inkey.hp irqs.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp -L2HELPFILES = basic09.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ - modpatch.hp montype.hp rdump.hp rlink.hp rma.hp runb.hp \ - scred.hp wcreate.hp +L2HELPFILES = basic09.hp dirm.hp dmem.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ + mmap.hp modpatch.hp montype.hp pmap.hp proc.hp rdump.hp reboot.hp rlink.hp rma.hp runb.hp \ + scred.hp smap.hp wcreate.hp + HELPMSG = helpmsg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level2/sys/mmap.hp Wed Apr 30 14:42:41 2003 +0000 @@ -0,0 +1,4 @@ +@MMAP +Syntax: MMap +Usage : Display OS-9 Level Two Memory Map +Opts :
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level2/sys/pmap.hp Wed Apr 30 14:42:41 2003 +0000 @@ -0,0 +1,4 @@ +@PMAP +Syntax: PMap +Usage : Display OS-9 Level Two Process Map +Opts :
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level2/sys/proc.hp Wed Apr 30 14:42:41 2003 +0000 @@ -0,0 +1,4 @@ +@PROC +Syntax: Proc +Usage : Displays a list of processes running in the system +Opts :