annotate level2/sys/modpatch.hp @ 3097:cbc0e47bafbc

cc: Fix dd_tks typo in defs/direct.h According to the manual page 5-2 (OS-9 Technical reference) it should be dd_tks and not dd_tsk. https://sourceforge.net/p/nitros9/bugs/25/
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:37:21 +0100
parents 004e03463159
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
334
7183076e2b49 Files added
boisy
parents:
diff changeset
1 @MODPATCH
906
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 849
diff changeset
2 Syntax: Modpatch <pathlist> [<opts>]
1156
004e03463159 Fixed capitalization inconsistencies
boisy
parents: 906
diff changeset
3 Usage : Patch a module in memory from command file
849
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
4 Opts :
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
5 -s = silent mode
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
6 -w = suppress warnings
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
7 -c = compare module only, do not change
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
8 -? = receive help
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
9 Cmds :
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
10 L modname = link to module
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
11 C off obyte nbyte = change obyte at off(set) to nbyte
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
12 V = verify module
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
13 M = mask IRQs
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
14 U = unmask IRQs