annotate level2/sys/modpatch.hp @ 877:c684d4897a63
Added l1powertools and l2powertools to targets
author |
boisy |
date |
Fri, 17 Jan 2003 04:07:26 +0000 |
parents |
9d87469f1f17 |
children |
81584f82ee74 |
rev |
line source |
334
|
1 @MODPATCH
|
|
2 Syntax: Modpatch <filename> [opts]
|
|
3 Usage : patch a module in memory from command file
|
849
|
4 Opts :
|
|
5 -s = silent mode
|
|
6 -w = suppress warnings
|
|
7 -c = compare module only, do not change
|
|
8 -? = receive help
|
|
9 Cmds :
|
|
10 L modname = link to module
|
|
11 C off obyte nbyte = change obyte at off(set) to nbyte
|
|
12 V = verify module
|
|
13 M = mask IRQs
|
|
14 U = unmask IRQs
|