changeset 1149:e0f3e3135af5

Added to help file
author boisy
date Wed, 30 Apr 2003 14:30:25 +0000
parents bc28c3bc3769
children 3176d09627d1
files level1/sys/cputype.hp level1/sys/ded.hp level1/sys/devs.hp level1/sys/disasm.hp level1/sys/exmode.hp level1/sys/irqs.hp level1/sys/makefile
diffstat 7 files changed, 35 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/cputype.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,4 @@
+@CPUTYPE
+Syntax: CPUType
+Usage : Displays type of CPU being used
+Opts  :
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/ded.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,4 @@
+@DED
+Syntax: dEd </device>
+Usage : Binary Disk Editor
+Opts  :
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/devs.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,4 @@
+@DEVS
+Syntax: Devs
+Usage : Display IOMan's device table entries
+Opts  :
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/disasm.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,9 @@
+@DISASM
+Syntax: Disasm [<opts>] [<pathlist>]
+Usage : 6809/6309 disassembler
+Opts  :
+ -m = disassemble module in memory
+ -o = display other information
+ -u = don't convert U/DP offsets to labels
+ -x = file is in execution directory
+ -z = disassemble from standard input
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/exmode.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,3 @@
+@EXMODE
+Syntax: EXMode <devname> [params]
+Usage : Displays or changes the parameters of an SCF type device
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/irqs.hp	Wed Apr 30 14:30:25 2003 +0000
@@ -0,0 +1,4 @@
+@IRQS
+Syntax: Irqs
+Usage : Display interrupt table entries
+Opts  :
--- a/level1/sys/makefile	Sun Apr 27 19:41:14 2003 +0000
+++ b/level1/sys/makefile	Wed Apr 30 14:30:25 2003 +0000
@@ -4,11 +4,12 @@
 
 SYSFILES	= errmsg motd password
 HELPFILES	= 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 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 \
@@ -16,6 +17,7 @@
 HELPMSG		= helpmsg
 ALLOBJS		= $(SYSFILES) $(HELPMSG)
 
+
 all:	$(ALLOBJS)
 
 helpmsg: $(HELPFILES)